Hi, I am trying to build the toolchain for Hurd with gcc 4.2 sources. Here is the customized Makefile. http://shakthimaan.com/downloads/hurd/toolchain/Makefile-gcc-4-2.txt
The gcc 4.2 patch gets applied, but, it fails at: === BEGIN OUTPUT === In file included from /home/foo/root/src/gcc/gcc/c-common.c:3381: /home/foo/root/src/gcc/gcc/builtins.def: In function 'c_common_nodes_and_builtins': /home/foo/root/src/gcc/gcc/builtins.def:177: error: 'OPTION_GLIBC' undeclared (first use in this function) /home/foo/root/src/gcc/gcc/builtins.def:177: error: (Each undeclared identifier is reported only once /home/foo/root/src/gcc/gcc/builtins.def:177: error: for each function it appears in.) make[2]: *** [c-common.o] Error 1 make[2]: Leaving directory `/home/foo/root/src/gcc.obj/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/foo/root/src/gcc.obj' + rm -f /home/foo/root/bin/i586-pc-gnu-gcc + exit 100 make: *** [build_all] Error 100 === END === Is it missing some header file inclusion? SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd