This is the last patch out of the series I have entered.
2848660 getandpatch.sh Apple OS X Compatible Open 2009-09-01 djwillis sumolx None 9
2848648 glibc-2.3.6 Apple OS X compatible Open 2009-09-01 djwillis sumolx None 9
2848461 Binutils 2.16.1 Apple OS X compatible Open 2009-09-01 djwillis sumolx None 9
open2xtoolchain is now compatible on Apple's OS X 10.5 OS.
Files with extension *.m are not need for Apple OS X and cause problems during compilation. This patch will check its host for Darwin and then recursively delete all *.m files to allow Apple's compiler not to fail.
This patch will allow glibc-2.3.6 to not fail when checking against as and ld versions. The failure was due to the fact these are heavily modified Apple/GNU apps where the version numbers do not line up with the standard GNU numbering scheme.
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...