I downloaded gcc-4.1.2+gm2-cvs-latest.tar.gz and started a bootstrap.
The bootstrap stopped on this: Configuring to build libraries using native compiler /bin/sh: line 12: cd: gm2/gm2-libs: No such file or directory /bin/sh: line 1: ../../../../gcc-4.1.2+gm2-cvs-latest/gcc/gm2/gm2-libs/configure: No such file or directory make[2]: *** [gm2/gm2-libs/gm2-libs-host.h] Error 127 make[2]: Leaving directory `/home/ed/Tarballs/obj-gm2/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/home/ed/Tarballs/obj-gm2/gcc' make: *** [bootstrap] Error 2
I added $(srcdir)/ is a couple spots in Make-lang.in and reconfigured and it seemed to go through.
Here is the diff:
address@hidden gm2]$ diff Make-lang.in* 1375c1375 < cd $(srcdir)/gm2/gm2-libs ; \ --- > cd gm2/gm2-libs ; \ 1385c1385 < cd $(srcdir)/gm2/gm2-libs ; \ --- > cd gm2/gm2-libs ; \