gcc seems to want to do glibc-related things, even though this is a
fairly standard Solaris system. No glibc anywhere to be found.
Self-explanatory shell transcript extracts follow:
(martin@polgar) ~cdx/import/gcc-2.95.3.test2 $ make distclean; ./configure --prefix=/usr/local --enable-languages='c' && make bootstrap
...
make[2]: Entering directory `/project/xemacs/import/gcc-2.95.3.test2/gcc'
(cd intl && make all)
make[3]: Entering directory `/project/xemacs/import/gcc-2.95.3.test2/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/project/xemacs/import/gcc-2.95.3.test2/gcc/intl'
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
./gencheck.c
rm -f obstack.c
ln -s ./../libiberty/obstack.c obstack.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include obstack.c
rm -f alloca.c
ln -s ./../libiberty/alloca.c alloca.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-c `echo alloca.c | sed 's,^\./,,'`
true
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o gencheck \
gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gencheck > tmp-check.h
./move-if-change tmp-check.h tree-check.h
touch s-check
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./gengenrtl.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gengenrtl tmp-genrtl.h tmp-genrtl.c
./move-if-change tmp-genrtl.h genrtl.h
genrtl.h is unchanged
./move-if-change tmp-genrtl.c genrtl.c
genrtl.c is unchanged
touch s-genrtl
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genattr.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include rtl.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include bitmap.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include print-rtl.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genattr \
genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genattr ./config/sparc/sparc.md > tmp-attr.h
./move-if-change tmp-attr.h insn-attr.h
touch s-attr
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./gencodes.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o gencodes \
gencodes.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gencodes ./config/sparc/sparc.md > tmp-codes.h
./move-if-change tmp-codes.h insn-codes.h
touch s-codes
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genconfig.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genconfig \
genconfig.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genconfig ./config/sparc/sparc.md > tmp-config.h
./move-if-change tmp-config.h insn-config.h
touch s-config
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DTARGET_NAME=\"sparc-sun-solaris2.7\" \
-c `echo ./toplev.c | sed 's,^\./,,'`
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include version.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include tree.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include print-tree.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include stor-layout.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include fold-const.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genflags.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genflags \
genflags.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genflags ./config/sparc/sparc.md > tmp-flags.h
./move-if-change tmp-flags.h insn-flags.h
touch s-flags
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include function.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include stmt.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include except.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include expr.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include calls.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include expmed.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include explow.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include optabs.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DLOCALEDIR=\"/usr/local/share/locale\" \
-c `echo ./intl.c | sed 's,^\./,,'`
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include varasm.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include rtlanal.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include emit-rtl.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include genrtl.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include real.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include dbxout.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include sdbout.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include dwarfout.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include dwarf2out.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include xcoffout.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include alias.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include gcse.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include integrate.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include jump.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include cse.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include loop.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include unroll.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include flow.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include stupid.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include combine.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include varray.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include regclass.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include regmove.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include local-alloc.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include global.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include reload.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include reload1.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include caller-save.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genpeep.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genpeep \
genpeep.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genpeep ./config/sparc/sparc.md > tmp-peep.c
./move-if-change tmp-peep.c insn-peep.c
touch s-peep
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-peep.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include reorg.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include haifa-sched.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include final.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include recog.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include reg-stack.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genopinit.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genopinit \
genopinit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genopinit ./config/sparc/sparc.md > tmp-opinit.c
./move-if-change tmp-opinit.c insn-opinit.c
touch s-opinit
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-opinit.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genrecog.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genrecog \
genrecog.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genrecog ./config/sparc/sparc.md > tmp-recog.c
./move-if-change tmp-recog.c insn-recog.c
touch s-recog
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-recog.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genextract.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genextract \
genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genextract ./config/sparc/sparc.md > tmp-extract.c
./move-if-change tmp-extract.c insn-extract.c
touch s-extract
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-extract.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genoutput.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genoutput \
genoutput.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genoutput ./config/sparc/sparc.md > tmp-output.c
./move-if-change tmp-output.c insn-output.c
touch s-output
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-output.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genemit.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genemit \
genemit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genemit ./config/sparc/sparc.md > tmp-emit.c
./move-if-change tmp-emit.c insn-emit.c
touch s-emit
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-emit.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include lcm.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include profile.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./genattrtab.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o genattrtab \
genattrtab.o rtl.o bitmap.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
if cmp -s Makefile ./config/sparc/sparc.md; \
then \
echo Using ; \
cp tmp-attrtab.c; \
else \
./genattrtab ./config/sparc/sparc.md > tmp-attrtab.c; \
fi
./move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c insn-attrtab.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include ./config/sparc/sparc.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include getpwd.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include convert.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include mbchar.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include dyn-string.c
rm -f splay-tree.c
ln -s ./../libiberty/splay-tree.c splay-tree.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include splay-tree.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include graph.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include sbitmap.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include resource.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include hash.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c ./c-parse.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-lang.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-lex.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-pragma.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-decl.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-typeck.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-convert.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-aux-info.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-common.c
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include c-iterate.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o cc1 toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o sparc.o getpwd.o convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o obstack.o alloca.o ../libiberty/libiberty.a
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DTARGET_MACHINE=\"sparc-sun-solaris2.7\" \
-c `echo ./collect2.c | sed 's,^\./,,'`
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include tlink.c
/bin/sh ./genmultilib \
"" \
"" \
"" \
"" \
"" > tmp-mlib.h
./move-if-change tmp-mlib.h multilib.h
touch s-mlib
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.3\" -DDEFAULT_TARGET_MACHINE=\"sparc-sun-solaris2.7\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\" \
-c `echo ./gcc.c | sed 's,^\./,,'`
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include gccspec.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DPREFIX=\"/usr/local\" \
-c `echo ./prefix.c | sed 's,^\./,,'`
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \
prefix.o version.o obstack.o alloca.o ../libiberty/libiberty.a
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
-DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
-DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/../../../../sparc-sun-solaris2.7/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/../../../../sparc-sun-solaris2.7/include\" \
-c `echo ./cccp.c | sed 's,^\./,,'`
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include -c ./cexp.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o cccp cccp.o cexp.o intl.o prefix.o version.o mbchar.o obstack.o alloca.o ../libiberty/libiberty.a
rm -f cpp0
ln cccp cpp0
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B/usr/local/sparc-sun-solaris2.7/bin/ -B./ -I/usr/local/sparc-sun-solaris2.7/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
./move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include underscore.c
rm -f collect2
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o collect2 collect2.o tlink.o hash.o intl.o underscore.o version.o obstack.o alloca.o ../libiberty/libiberty.a
gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I. -I./config -I./../include cppspec.c
gcc -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \
prefix.o version.o obstack.o alloca.o ../libiberty/libiberty.a
./xgcc -B/usr/local/sparc-sun-solaris2.7/bin/ -B./ -I/usr/local/sparc-sun-solaris2.7/include -dumpspecs > tmp-specs
mv tmp-specs specs
if [ -f /usr/include/limits.h ] ; then \
cat ./limitx.h ./glimits.h ./limity.h > tmp-xlimits.h; \
else \
cat ./glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
touch stmp-headers
rm -rf include; mkdir include
TARGET_MACHINE=sparc-sun-solaris2.7; srcdir=`cd .; pwd`; \
INSTALL_ASSERT_H=install-assert-h; SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/include
Building fixed headers in /project/xemacs/import/gcc-2.95.3.test2/gcc/include
Fixed selectbits.h for glibc-2.0.x
Fixed asm/posix_types.h for glibc-1.x
Fixed gnu/types.h for glibc-1.x
cp: cannot create include/assert.h: No such file or directory
make[2]: *** [stmp-fixinc] Error 1
make[2]: Leaving directory `/project/xemacs/import/gcc-2.95.3.test2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/project/xemacs/import/gcc-2.95.3.test2/gcc'
make: *** [bootstrap] Error 2