Author :
Ryan C. Gordon
Date :
2014-11-14 11:21:15
Hash :8366bbdd Message :Fixed gcc-fat.sh failing to build Objective-C sources correctly.
This would fail if the compiler was given a .m file _and_ no "-o" option; it
would fail to automatically calculate the correct .o filename in this
situation.
Thanks to Ethan Lee for the help tracking this one down!