Commit 8366bbdd7b1f17f0b89bbde524a3e1eac712698e

Ryan C. Gordon 2014-11-14T11:21:15

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!