https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106977
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #3 from Iain Buclaw <ibuclaw at gdcproject dot org> --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #2) >> My builds are on Mac OS X 10.7/Darwin 11 still. What macOS version are >> you trying this on? FWIW, I gave up on 32-bit builds with macOS >> 10.14/Darwin 18 when Apple made it close to impossible to build 32-bit >> software. > I've got stage1 link failures on 10.10/Darwin 14, using gcc-11.3 built with > CC='gcc -m32' CXX='g++ -m32' as the bootstrap compiler. I'll have to check > where the failures are, as I don't recall from memory. I'm actually a 64-bit gcc 11.2.1 as bootstrap compiler, building with gcc/g++/gdc -m32. > I've also got a box with a clean 10.8/Darwin 12 install on it, hence the > question. That's pretty close to my 10.7 system. Btw., I just remembered that you need a relatively new (for that system) version of Xcode on those ancient systems. I'm using the Xcode 4.6.2 command line tools on 10.7. In a 10.8 VM I used Xcode 5.1.1 instead. It may well be that you get weird errors with earlier versions. Iain Sandoe also has a patched version of cctools at https://github.com/iains/darwin-xtools However, I got along with the unmodified Xcode versions so far.