SamuraiX
-
2009-09-01
This patch will allow binutils to be able to compile a working set of arm-open2x-linux-xxxxx executables for Apple's OS X 10.5 OS.
Patch two lines, one in binutils/configure and ld/configure, and all of the binutils will build fine. This patch (which could easily be included in a future revision of the toolchain, really. All it does is make it so that it doesn't compile anything to .dSYM ever. It doesn't properly remove the .dSYM tests that get made from the debugging symbols (as that's what a .dSYM is supposed to be), but that's not really a problem so much)