1 | ng-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fomit-frame-pointer -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include ../../gcc-4.1.2/gcc/cppspec.c -o cppspec.o
|
---|
2 | gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fomit-frame-pointer -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \
|
---|
3 | prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a
|
---|
4 | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -dumpspecs > tmp-specs
|
---|
5 | mv tmp-specs specs
|
---|
6 | if [ -f `echo /usr/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`/limits.h ] ; then \
|
---|
7 | cat ../../gcc-4.1.2/gcc/limitx.h ../../gcc-4.1.2/gcc/glimits.h ../../gcc-4.1.2/gcc/limity.h > tmp-xlimits.h; \
|
---|
8 | else \
|
---|
9 | cat ../../gcc-4.1.2/gcc/glimits.h > tmp-xlimits.h; \
|
---|
10 | fi
|
---|
11 | mv tmp-xlimits.h xlimits.h
|
---|
12 | (SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \
|
---|
13 | SHLIB_MULTILIB=''; \
|
---|
14 | gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fomit-frame-pointer -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.1.2\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
|
---|
15 | -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include ../../gcc-4.1.2/gcc/cp/g++spec.c)
|
---|
16 | gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fomit-frame-pointer -DHAVE_CONFIG_H -o g++ \
|
---|
17 | gcc.o g++spec.o intl.o prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a
|
---|
18 | echo | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -E -dM - | \
|
---|
19 | sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
|
---|
20 | -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
|
---|
21 | sort -u > tmp-macro_list
|
---|
22 | /bin/sh ../../gcc-4.1.2/gcc/../move-if-change tmp-macro_list macro_list
|
---|
23 | echo timestamp > s-macro_list
|
---|
24 | rm -rf include; mkdir include
|
---|
25 | chmod a+rx include
|
---|
26 | (TARGET_MACHINE='i686-pc-linux-gnu'; srcdir=`cd ../../gcc-4.1.2/gcc; ${PWDCMD-pwd}`; \
|
---|
27 | SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
|
---|
28 | export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
|
---|
29 | cd ../build-i686-pc-linux-gnu/fixincludes && \
|
---|
30 | /bin/sh -c true ../../gcc/include \
|
---|
31 | `echo /usr/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta` )
|
---|
32 | rm -f include/syslimits.h
|
---|
33 | if [ -f include/limits.h ]; then \
|
---|
34 | mv include/limits.h include/syslimits.h; \
|
---|
35 | else \
|
---|
36 | cp ../../gcc-4.1.2/gcc/gsyslimits.h include/syslimits.h; \
|
---|
37 | fi
|
---|
38 | chmod a+r include/syslimits.h
|
---|
39 | echo timestamp > stmp-fixinc
|
---|
40 | rm -f mm_malloc.h
|
---|
41 | cat ../../gcc-4.1.2/gcc/config/i386/pmm_malloc.h > mm_malloc.h
|
---|
42 | if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
|
---|
43 | for file in .. ../../gcc-4.1.2/gcc/ginclude/float.h ../../gcc-4.1.2/gcc/ginclude/iso646.h ../../gcc-4.1.2/gcc/ginclude/stdarg.h ../../gcc-4.1.2/gcc/ginclude/stdbool.h ../../gcc-4.1.2/gcc/ginclude/stddef.h ../../gcc-4.1.2/gcc/ginclude/varargs.h ../../gcc-4.1.2/gcc/config/i386/mmintrin.h ../../gcc-4.1.2/gcc/config/i386/mm3dnow.h ../../gcc-4.1.2/gcc/config/i386/xmmintrin.h ../../gcc-4.1.2/gcc/config/i386/emmintrin.h ../../gcc-4.1.2/gcc/config/i386/pmmintrin.h mm_malloc.h; do \
|
---|
44 | if [ X$file != X.. ]; then \
|
---|
45 | realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
|
---|
46 | echo timestamp > include/$realfile; \
|
---|
47 | rm -f include/$realfile; \
|
---|
48 | cp $file include; \
|
---|
49 | chmod a+r include/$realfile; \
|
---|
50 | fi; \
|
---|
51 | done
|
---|
52 | rm -f include/limits.h
|
---|
53 | cp xlimits.h include/limits.h
|
---|
54 | cp ../../gcc-4.1.2/gcc/unwind-generic.h include/unwind.h
|
---|
55 | chmod a+r include/limits.h
|
---|
56 | rm -f include/README
|
---|
57 | cp ../../gcc-4.1.2/gcc/../fixincludes/README-fixinc include/README
|
---|
58 | chmod a+r include/README
|
---|
59 | echo timestamp > stmp-int-hdrs
|
---|
60 | creating as
|
---|
61 | echo timestamp > stamp-as
|
---|
62 | creating collect-ld
|
---|
63 | echo timestamp > stamp-collect-ld
|
---|
64 | creating nm
|
---|
65 | echo timestamp > stamp-nm
|
---|
66 | objext='.o' \
|
---|
67 | LIB1ASMFUNCS='' \
|
---|
68 | LIB2FUNCS_ST='_eprintf __gcc_bcmp' \
|
---|
69 | LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \
|
---|
70 | LIB2ADD='' \
|
---|
71 | LIB2ADD_ST='' \
|
---|
72 | LIB2ADDEH='../../gcc-4.1.2/gcc/unwind-dw2.c ../../gcc-4.1.2/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.1.2/gcc/unwind-sjlj.c ../../gcc-4.1.2/gcc/gthr-gnat.c ../../gcc-4.1.2/gcc/unwind-c.c' \
|
---|
73 | LIB2ADDEHSTATIC='../../gcc-4.1.2/gcc/unwind-dw2.c ../../gcc-4.1.2/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.1.2/gcc/unwind-sjlj.c ../../gcc-4.1.2/gcc/gthr-gnat.c ../../gcc-4.1.2/gcc/unwind-c.c' \
|
---|
74 | LIB2ADDEHSHARED='../../gcc-4.1.2/gcc/unwind-dw2.c ../../gcc-4.1.2/gcc/unwind-dw2-fde-glibc.c ../../gcc-4.1.2/gcc/unwind-sjlj.c ../../gcc-4.1.2/gcc/gthr-gnat.c ../../gcc-4.1.2/gcc/unwind-c.c' \
|
---|
75 | LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \
|
---|
76 | LIB2_SIDITI_CONV_FUNCS='' \
|
---|
77 | LIBUNWIND='' \
|
---|
78 | LIBUNWINDDEP='' \
|
---|
79 | SHLIBUNWIND_LINK='' \
|
---|
80 | SHLIBUNWIND_INSTALL='' \
|
---|
81 | FPBIT='' \
|
---|
82 | FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \
|
---|
83 | LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \
|
---|
84 | DPBIT='' \
|
---|
85 | DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \
|
---|
86 | TPBIT='' \
|
---|
87 | TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \
|
---|
88 | MULTILIBS=`/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include --print-multi-lib` \
|
---|
89 | EXTRA_MULTILIB_PARTS='' \
|
---|
90 | SHLIB_LINK='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \
|
---|
91 | SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /tools/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \
|
---|
92 | SHLIB_EXT='.so' \
|
---|
93 | SHLIB_MULTILIB='' \
|
---|
94 | SHLIB_MKMAP='../../gcc-4.1.2/gcc/mkmap-symver.awk' \
|
---|
95 | SHLIB_MKMAP_OPTS='' \
|
---|
96 | SHLIB_MAPFILES='../../gcc-4.1.2/gcc/libgcc-std.ver ../../gcc-4.1.2/gcc/config/libgcc-glibc.ver' \
|
---|
97 | SHLIB_NM_FLAGS='-pg' \
|
---|
98 | MULTILIB_OSDIRNAMES='' \
|
---|
99 | ASM_HIDDEN_OP='' \
|
---|
100 | GCC_FOR_TARGET='/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include' \
|
---|
101 | mkinstalldirs='/bin/sh ../../gcc-4.1.2/gcc/../mkinstalldirs' \
|
---|
102 | /bin/sh mklibgcc > tmp-libgcc.mk
|
---|
103 | mv tmp-libgcc.mk libgcc.mk
|
---|
104 | TARGET_CPU_DEFAULT="" \
|
---|
105 | HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
|
---|
106 | /bin/sh ../../gcc-4.1.2/gcc/mkconfig.sh tconfig.h
|
---|
107 | /sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
|
---|
108 | -c ../../gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
|
---|
109 | -o crtbegin.o
|
---|
110 | In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
|
---|
111 | ../../gcc-4.1.2/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory
|
---|
112 | ../../gcc-4.1.2/gcc/tsystem.h:93:23: error: sys/types.h: No such file or directory
|
---|
113 | ../../gcc-4.1.2/gcc/tsystem.h:96:19: error: errno.h: No such file or directory
|
---|
114 | ../../gcc-4.1.2/gcc/tsystem.h:103:20: error: string.h: No such file or directory
|
---|
115 | ../../gcc-4.1.2/gcc/tsystem.h:104:20: error: stdlib.h: No such file or directory
|
---|
116 | ../../gcc-4.1.2/gcc/tsystem.h:105:20: error: unistd.h: No such file or directory
|
---|
117 | In file included from /sources/gcc-build/./gcc/include/syslimits.h:7,
|
---|
118 | from /sources/gcc-build/./gcc/include/limits.h:11,
|
---|
119 | from ../../gcc-4.1.2/gcc/tsystem.h:108,
|
---|
120 | from ../../gcc-4.1.2/gcc/crtstuff.c:68:
|
---|
121 | /sources/gcc-build/./gcc/include/limits.h:122:61: error: limits.h: No such file or directory
|
---|
122 | In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
|
---|
123 | ../../gcc-4.1.2/gcc/tsystem.h:111:18: error: time.h: No such file or directory
|
---|
124 | make[2]: *** [crtbegin.o] Error 1
|
---|
125 | make[2]: Leaving directory `/sources/gcc-build/gcc'
|
---|
126 | make[1]: *** [all-gcc] Error 2
|
---|
127 | make[1]: Leaving directory `/sources/gcc-build'
|
---|
128 | make: *** [all] Error 2
|
---|
129 | root:/sources/gcc-build#
|
---|