1 | version:1 |
---|
2 | :msg:clean ---> Computing dependencies for gcc43:info:clean .:debug:clean Searching for dependency: gmp |
---|
3 | :debug:clean Found Dependency: receipt exists for gmp |
---|
4 | :debug:clean Searching for dependency: mpfr |
---|
5 | :debug:clean Found Dependency: receipt exists for mpfr |
---|
6 | :debug:clean Searching for dependency: libiconv |
---|
7 | :debug:clean Found Dependency: receipt exists for libiconv |
---|
8 | :msg:clean |
---|
9 | :debug:main Executing org.macports.main (gcc43) |
---|
10 | :debug:main Skipping completed org.macports.fetch (gcc43) |
---|
11 | :debug:main Skipping completed org.macports.checksum (gcc43) |
---|
12 | :debug:main setting option extract.cmd to /usr/bin/bzip2 |
---|
13 | :debug:main Skipping completed org.macports.extract (gcc43) |
---|
14 | :debug:main Skipping completed org.macports.patch (gcc43) |
---|
15 | :debug:main Skipping completed org.macports.configure (gcc43) |
---|
16 | :msg:main ---> Building gcc43 |
---|
17 | :debug:build build phase started at Mon Jul 5 00:19:01 EEST 2010 |
---|
18 | :debug:build Executing org.macports.build (gcc43) |
---|
19 | :debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6' |
---|
20 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build" && /usr/bin/make -j2 all' |
---|
21 | :info:build [ -f stage_final ] || echo stage3 > stage_final |
---|
22 | :info:build rm -f stage_current |
---|
23 | :info:build make[4]: Nothing to be done for `all'. |
---|
24 | :info:build make[3]: Nothing to be done for `all'. |
---|
25 | :info:build make[4]: Nothing to be done for `all'. |
---|
26 | :info:build true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc-4.2" "CFLAGS=-g -fkeep-inline-functions" "CXXFLAGS=-pipe -O2" "CFLAGS_FOR_BUILD=-pipe -O2" "CFLAGS_FOR_TARGET=-O2 -g -pipe -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-L/opt/local/lib -arch x86_64" "LIBCFLAGS=-g -fkeep-inline-functions" "LIBCFLAGS_FOR_TARGET=-O2 -g -pipe -O2 " "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc43" "prefix=/opt/local" "tooldir=/opt/local/x86_64-apple-darwin10" "AR=ar" "AS=as" "CC=/usr/bin/gcc-4.2" "CXX=/usr/bin/g++-4.2" "LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld" "LIBCFLAGS=-g -fkeep-inline-functions" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make |
---|
27 | :info:build make[3]: Nothing to be done for `all'. |
---|
28 | :info:build make[3]: Nothing to be done for `all'. |
---|
29 | :info:build test -f config.h || (rm -f stamp-h1 && /usr/bin/make stamp-h1) |
---|
30 | :info:build Checking multilib configuration for libgcc... |
---|
31 | :info:build # If this is the top-level multilib, build all the other |
---|
32 | :info:build # multilibs. |
---|
33 | :info:build # Recursively invoke make in the GCC directory to build any |
---|
34 | :info:build # startfiles (for now). We must do this just once, passing |
---|
35 | :info:build # it all the GCC_EXTRA_PARTS as simultaneous goal targets, |
---|
36 | :info:build # so that rules which cannot execute simultaneously are properly |
---|
37 | :info:build # serialized. We indirect through T_TARGET in case any multilib |
---|
38 | :info:build # directories contain an equals sign, to prevent make from |
---|
39 | :info:build # interpreting any of the goals as variable assignments. |
---|
40 | :info:build # We must use cd && make rather than make -C, or else the stage |
---|
41 | :info:build if [ -z "" ]; then \ |
---|
42 | :info:build true; \ |
---|
43 | :info:build else \ |
---|
44 | :info:build rootpre=`${PWDCMD-pwd}`/; export rootpre; \ |
---|
45 | :info:build srcrootpre=`cd ../../../gcc-4.3.5/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \ |
---|
46 | :info:build lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ |
---|
47 | :info:build compiler="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include"; \ |
---|
48 | :info:build for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ |
---|
49 | :info:build dir=`echo $i | sed -e 's/;.*$//'`; \ |
---|
50 | :info:build if [ "${dir}" = "." ]; then \ |
---|
51 | :info:build true; \ |
---|
52 | :info:build else \ |
---|
53 | :info:build if [ -d ../${dir}/${lib} ]; then \ |
---|
54 | :info:build flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ |
---|
55 | :info:build if (cd ../${dir}/${lib}; /usr/bin/make "AR=/usr/bin/ar" "AR_FLAGS=rc" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" "CFLAGS=-g -fkeep-inline-functions" "DESTDIR=" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=/usr/bin/ranlib -c" "SHELL=/bin/sh" "prefix=/opt/local" "exec_prefix=/opt/local" "libdir=/opt/local/lib/gcc43" "libsubdir=/opt/local/lib/gcc43/gcc/x86_64-apple-darwin10/4.3.5" "tooldir=/opt/local/x86_64-apple-darwin10" \ |
---|
56 | :info:build CFLAGS="-g -fkeep-inline-functions ${flags}" \ |
---|
57 | :info:build CCASFLAGS=" ${flags}" \ |
---|
58 | :info:build FCFLAGS=" ${flags}" \ |
---|
59 | :info:build FFLAGS=" ${flags}" \ |
---|
60 | :info:build ADAFLAGS=" ${flags}" \ |
---|
61 | :info:build prefix="/opt/local" \ |
---|
62 | :info:build exec_prefix="/opt/local" \ |
---|
63 | :info:build GCJFLAGS=" ${flags}" \ |
---|
64 | :info:build CXXFLAGS="-O2 -g -pipe -O2 ${flags}" \ |
---|
65 | :info:build LIBCFLAGS="-g -fkeep-inline-functions ${flags}" \ |
---|
66 | :info:build LIBCXXFLAGS="-O2 -g -pipe -O2 -fno-implicit-templates ${flags}" \ |
---|
67 | :info:build LDFLAGS=" ${flags}" \ |
---|
68 | :info:build MULTIFLAGS="${flags}" \ |
---|
69 | :info:build DESTDIR="" \ |
---|
70 | :info:build INSTALL="/usr/bin/install -c" \ |
---|
71 | :info:build INSTALL_DATA="/usr/bin/install -c -m 644" \ |
---|
72 | :info:build INSTALL_PROGRAM="/usr/bin/install -c" \ |
---|
73 | :info:build INSTALL_SCRIPT="/usr/bin/install -c" \ |
---|
74 | :info:build all); then \ |
---|
75 | :info:build true; \ |
---|
76 | :info:build else \ |
---|
77 | :info:build exit 1; \ |
---|
78 | :info:build fi; \ |
---|
79 | :info:build else true; \ |
---|
80 | :info:build fi; \ |
---|
81 | :info:build fi; \ |
---|
82 | :info:build done; \ |
---|
83 | :info:build fi |
---|
84 | :info:build # number will be embedded in debug information. |
---|
85 | :info:build T=`${PWDCMD-pwd}`/ \ |
---|
86 | :info:build && cd ../.././gcc \ |
---|
87 | :info:build && /usr/bin/make GCC_FOR_TARGET="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" \ |
---|
88 | :info:build MULTILIB_CFLAGS="-g -fkeep-inline-functions" \ |
---|
89 | :info:build T=$T \ |
---|
90 | :info:build T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ |
---|
91 | :info:build T_TARGET |
---|
92 | :info:build # Early copyback; see "all" above for the rationale. The |
---|
93 | :info:build # early copy is necessary so that the gcc -B options find |
---|
94 | :info:build # the right startup files when linking shared libgcc. |
---|
95 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
96 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
97 | :info:build for file in $parts; do \ |
---|
98 | :info:build rm -f ../.././gcc/$file; \ |
---|
99 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
100 | :info:build done |
---|
101 | :info:build # @multilib_flags@ is still needed because this may use |
---|
102 | :info:build # /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include and -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. |
---|
103 | :info:build # @multilib_dir@ is not really necessary, but sometimes it has |
---|
104 | :info:build # more uses than just a directory name. |
---|
105 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs . |
---|
106 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /opt/local/lib/gcc43/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -g -fkeep-inline-functions -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc |
---|
107 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T \ |
---|
108 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
109 | :info:build ./libgcc_s.1.dylib.tmp |
---|
110 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T \ |
---|
111 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
112 | :info:build ./libgcc_s.1.dylib.tmp |
---|
113 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
114 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
115 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
116 | :info:build for mlib in $MLIBS ; do \ |
---|
117 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T${mlib} \ |
---|
118 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
119 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
120 | :info:build done |
---|
121 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
122 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
123 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
124 | :info:build for mlib in $MLIBS ; do \ |
---|
125 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T${mlib} \ |
---|
126 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
127 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
128 | :info:build done |
---|
129 | :info:build lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* |
---|
130 | :info:build rm libgcc_s.10.4.dylib_T* |
---|
131 | :info:build lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* |
---|
132 | :info:build rm libgcc_s.10.5.dylib_T* |
---|
133 | :info:build cp libgcc_s.1.dylib.tmp \ |
---|
134 | :info:build ./libgcc_s.1.dylib_T_ || exit 1 ; \ |
---|
135 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
136 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
137 | :info:build for mlib in $MLIBS ; do \ |
---|
138 | :info:build cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ |
---|
139 | :info:build ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ |
---|
140 | :info:build done |
---|
141 | :info:build lipo -output libgcc_s.1.dylib \ |
---|
142 | :info:build -create libgcc_s.1.dylib_T* |
---|
143 | :info:build rm libgcc_s.1.dylib_T* |
---|
144 | :info:build # Now that we have built all the objects, we need to copy |
---|
145 | :info:build # them back to the GCC directory. Too many things (other |
---|
146 | :info:build # in-tree libraries, and DejaGNU) know about the layout |
---|
147 | :info:build # of the build tree, for now. |
---|
148 | :info:build /usr/bin/make install-leaf DESTDIR=../.././gcc \ |
---|
149 | :info:build slibdir= libsubdir= MULTIOSDIR=. |
---|
150 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
151 | :info:build /usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/ |
---|
152 | :info:build # Recursively invoke make in the GCC directory to build any |
---|
153 | :info:build # startfiles (for now). We must do this just once, passing |
---|
154 | :info:build # it all the GCC_EXTRA_PARTS as simultaneous goal targets, |
---|
155 | :info:build # so that rules which cannot execute simultaneously are properly |
---|
156 | :info:build # serialized. We indirect through T_TARGET in case any multilib |
---|
157 | :info:build # directories contain an equals sign, to prevent make from |
---|
158 | :info:build # interpreting any of the goals as variable assignments. |
---|
159 | :info:build # We must use cd && make rather than make -C, or else the stage |
---|
160 | :info:build # number will be embedded in debug information. |
---|
161 | :info:build T=`${PWDCMD-pwd}`/ \ |
---|
162 | :info:build && cd ../.././gcc \ |
---|
163 | :info:build && /usr/bin/make GCC_FOR_TARGET="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" \ |
---|
164 | :info:build MULTILIB_CFLAGS="-g -fkeep-inline-functions" \ |
---|
165 | :info:build T=$T \ |
---|
166 | :info:build T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ |
---|
167 | :info:build T_TARGET |
---|
168 | :info:build chmod 644 ../.././gcc/libgcc_eh.a |
---|
169 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcc_eh.a |
---|
170 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 libgcc_s.1.dylib ../.././gcc/libgcc_s.1.dylib |
---|
171 | :info:build # If this is the top-level multilib, build all the other |
---|
172 | :info:build # multilibs. |
---|
173 | :info:build if [ -z "" ]; then \ |
---|
174 | :info:build true; \ |
---|
175 | :info:build else \ |
---|
176 | :info:build rootpre=`${PWDCMD-pwd}`/; export rootpre; \ |
---|
177 | :info:build srcrootpre=`cd ../../../gcc-4.3.5/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \ |
---|
178 | :info:build lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ |
---|
179 | :info:build compiler="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include"; \ |
---|
180 | :info:build for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ |
---|
181 | :info:build dir=`echo $i | sed -e 's/;.*$//'`; \ |
---|
182 | :info:build if [ "${dir}" = "." ]; then \ |
---|
183 | :info:build true; \ |
---|
184 | :info:build else \ |
---|
185 | :info:build if [ -d ../${dir}/${lib} ]; then \ |
---|
186 | :info:build flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ |
---|
187 | :info:build if (cd ../${dir}/${lib}; /usr/bin/make "AR=/usr/bin/ar" "AR_FLAGS=rc" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" "CFLAGS=-g -fkeep-inline-functions" "DESTDIR=../.././gcc" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=/usr/bin/ranlib -c" "SHELL=/bin/sh" "prefix=/opt/local" "exec_prefix=/opt/local" "libdir=/opt/local/lib/gcc43" "libsubdir=" "tooldir=/opt/local/x86_64-apple-darwin10" \ |
---|
188 | :info:build CFLAGS="-g -fkeep-inline-functions ${flags}" \ |
---|
189 | :info:build CCASFLAGS=" ${flags}" \ |
---|
190 | :info:build FCFLAGS=" ${flags}" \ |
---|
191 | :info:build FFLAGS=" ${flags}" \ |
---|
192 | :info:build ADAFLAGS=" ${flags}" \ |
---|
193 | :info:build prefix="/opt/local" \ |
---|
194 | :info:build exec_prefix="/opt/local" \ |
---|
195 | :info:build GCJFLAGS=" ${flags}" \ |
---|
196 | :info:build CXXFLAGS="-O2 -g -pipe -O2 ${flags}" \ |
---|
197 | :info:build LIBCFLAGS="-g -fkeep-inline-functions ${flags}" \ |
---|
198 | :info:build LIBCXXFLAGS="-O2 -g -pipe -O2 -fno-implicit-templates ${flags}" \ |
---|
199 | :info:build LDFLAGS=" ${flags}" \ |
---|
200 | :info:build MULTIFLAGS="${flags}" \ |
---|
201 | :info:build DESTDIR="../.././gcc" \ |
---|
202 | :info:build INSTALL="/usr/bin/install -c" \ |
---|
203 | :info:build INSTALL_DATA="/usr/bin/install -c -m 644" \ |
---|
204 | :info:build INSTALL_PROGRAM="/usr/bin/install -c" \ |
---|
205 | :info:build INSTALL_SCRIPT="/usr/bin/install -c" \ |
---|
206 | :info:build all); then \ |
---|
207 | :info:build true; \ |
---|
208 | :info:build else \ |
---|
209 | :info:build exit 1; \ |
---|
210 | :info:build fi; \ |
---|
211 | :info:build else true; \ |
---|
212 | :info:build fi; \ |
---|
213 | :info:build fi; \ |
---|
214 | :info:build done; \ |
---|
215 | :info:build fi |
---|
216 | :info:build # Early copyback; see "all" above for the rationale. The |
---|
217 | :info:build # early copy is necessary so that the gcc -B options find |
---|
218 | :info:build # the right startup files when linking shared libgcc. |
---|
219 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
220 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
221 | :info:build for file in $parts; do \ |
---|
222 | :info:build rm -f ../.././gcc/$file; \ |
---|
223 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
224 | :info:build done |
---|
225 | :info:build # @multilib_flags@ is still needed because this may use |
---|
226 | :info:build # /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include and -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. |
---|
227 | :info:build # @multilib_dir@ is not really necessary, but sometimes it has |
---|
228 | :info:build # more uses than just a directory name. |
---|
229 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs . |
---|
230 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /opt/local/lib/gcc43/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -g -fkeep-inline-functions -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc |
---|
231 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T \ |
---|
232 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
233 | :info:build ./libgcc_s.1.dylib.tmp |
---|
234 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T \ |
---|
235 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
236 | :info:build ./libgcc_s.1.dylib.tmp |
---|
237 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
238 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
239 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
240 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
241 | :info:build for mlib in $MLIBS ; do \ |
---|
242 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T${mlib} \ |
---|
243 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
244 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
245 | :info:build done |
---|
246 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
247 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
248 | :info:build for mlib in $MLIBS ; do \ |
---|
249 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T${mlib} \ |
---|
250 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
251 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
252 | :info:build done |
---|
253 | :info:build lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* |
---|
254 | :info:build lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* |
---|
255 | :info:build rm libgcc_s.10.4.dylib_T* |
---|
256 | :info:build rm libgcc_s.10.5.dylib_T* |
---|
257 | :info:build cp libgcc_s.1.dylib.tmp \ |
---|
258 | :info:build ./libgcc_s.1.dylib_T_ || exit 1 ; \ |
---|
259 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
260 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
261 | :info:build for mlib in $MLIBS ; do \ |
---|
262 | :info:build cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ |
---|
263 | :info:build ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ |
---|
264 | :info:build done |
---|
265 | :info:build lipo -output libgcc_s.1.dylib \ |
---|
266 | :info:build -create libgcc_s.1.dylib_T* |
---|
267 | :info:build rm libgcc_s.1.dylib_T* |
---|
268 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
269 | :info:build for d in libgcc_s.10.4.dylib libgcc_s.10.5.dylib libgcc_s.1.dylib ; do \ |
---|
270 | :info:build /usr/bin/install -c -m 644 $d ../.././gcc/$d || exit 1 ; \ |
---|
271 | :info:build done |
---|
272 | :info:build if [ -f ../.././gcc/libgcc_s_ppc64.1.dylib ]; then \ |
---|
273 | :info:build rm -f ../.././gcc/libgcc_s_ppc64.1.dylib; \ |
---|
274 | :info:build else true; fi |
---|
275 | :info:build ln -s libgcc_s.1.dylib \ |
---|
276 | :info:build ../.././gcc/libgcc_s_ppc64.1.dylib |
---|
277 | :info:build if [ -f ../.././gcc/libgcc_s_x86_64.1.dylib ]; then \ |
---|
278 | :info:build rm -f ../.././gcc/libgcc_s_x86_64.1.dylib; \ |
---|
279 | :info:build else true; fi |
---|
280 | :info:build ln -s libgcc_s.1.dylib \ |
---|
281 | :info:build ../.././gcc/libgcc_s_x86_64.1.dylib |
---|
282 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
283 | :info:build /usr/bin/install -c -m 644 libgcc.a ../.././gcc/ |
---|
284 | :info:build chmod 644 ../.././gcc/libgcc.a |
---|
285 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcc.a |
---|
286 | :info:build /usr/bin/install -c -m 644 libgcov.a ../.././gcc/ |
---|
287 | :info:build chmod 644 ../.././gcc/libgcov.a |
---|
288 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcov.a |
---|
289 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
290 | :info:build for file in $parts; do \ |
---|
291 | :info:build rm -f ../.././gcc/$file; \ |
---|
292 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
293 | :info:build done |
---|
294 | :info:build rm -f stage_current |
---|
295 | :info:build make[4]: Nothing to be done for `all'. |
---|
296 | :info:build make[3]: Nothing to be done for `all'. |
---|
297 | :info:build make[4]: Nothing to be done for `all'. |
---|
298 | :info:build true "AR_FLAGS=rc" "CC_FOR_BUILD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/" "CFLAGS=-g -O2" "CXXFLAGS=-pipe -O2" "CFLAGS_FOR_BUILD=-pipe -O2" "CFLAGS_FOR_TARGET=-O2 -g -pipe -O2 " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -pipe -O2 " "MAKE=/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc43" "prefix=/opt/local" "tooldir=/opt/local/x86_64-apple-darwin10" "AR=ar" "AS=as" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/" "CXX=/usr/bin/g++-4.2" "LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make |
---|
299 | :info:build make[3]: Nothing to be done for `all'. |
---|
300 | :info:build make[3]: Nothing to be done for `all'. |
---|
301 | :info:build make[3]: Nothing to be done for `all'. |
---|
302 | :info:build Checking multilib configuration for libgcc... |
---|
303 | :info:build # If this is the top-level multilib, build all the other |
---|
304 | :info:build # multilibs. |
---|
305 | :info:build # Recursively invoke make in the GCC directory to build any |
---|
306 | :info:build # startfiles (for now). We must do this just once, passing |
---|
307 | :info:build # it all the GCC_EXTRA_PARTS as simultaneous goal targets, |
---|
308 | :info:build # so that rules which cannot execute simultaneously are properly |
---|
309 | :info:build # serialized. We indirect through T_TARGET in case any multilib |
---|
310 | :info:build # directories contain an equals sign, to prevent make from |
---|
311 | :info:build # interpreting any of the goals as variable assignments. |
---|
312 | :info:build # We must use cd && make rather than make -C, or else the stage |
---|
313 | :info:build if [ -z "" ]; then \ |
---|
314 | :info:build true; \ |
---|
315 | :info:build else \ |
---|
316 | :info:build rootpre=`${PWDCMD-pwd}`/; export rootpre; \ |
---|
317 | :info:build srcrootpre=`cd ../../../gcc-4.3.5/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \ |
---|
318 | :info:build lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ |
---|
319 | :info:build compiler="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include"; \ |
---|
320 | :info:build for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ |
---|
321 | :info:build dir=`echo $i | sed -e 's/;.*$//'`; \ |
---|
322 | :info:build if [ "${dir}" = "." ]; then \ |
---|
323 | :info:build true; \ |
---|
324 | :info:build else \ |
---|
325 | :info:build if [ -d ../${dir}/${lib} ]; then \ |
---|
326 | :info:build flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ |
---|
327 | :info:build if (cd ../${dir}/${lib}; /usr/bin/make "AR=/usr/bin/ar" "AR_FLAGS=rc" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" "CFLAGS=-g -O2" "DESTDIR=" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=/usr/bin/ranlib -c" "SHELL=/bin/sh" "prefix=/opt/local" "exec_prefix=/opt/local" "libdir=/opt/local/lib/gcc43" "libsubdir=/opt/local/lib/gcc43/gcc/x86_64-apple-darwin10/4.3.5" "tooldir=/opt/local/x86_64-apple-darwin10" \ |
---|
328 | :info:build CFLAGS="-g -O2 ${flags}" \ |
---|
329 | :info:build CCASFLAGS=" ${flags}" \ |
---|
330 | :info:build FCFLAGS=" ${flags}" \ |
---|
331 | :info:build FFLAGS=" ${flags}" \ |
---|
332 | :info:build ADAFLAGS=" ${flags}" \ |
---|
333 | :info:build prefix="/opt/local" \ |
---|
334 | :info:build exec_prefix="/opt/local" \ |
---|
335 | :info:build GCJFLAGS=" ${flags}" \ |
---|
336 | :info:build CXXFLAGS="-O2 -g -pipe -O2 ${flags}" \ |
---|
337 | :info:build LIBCFLAGS="-g -O2 ${flags}" \ |
---|
338 | :info:build LIBCXXFLAGS="-O2 -g -pipe -O2 -fno-implicit-templates ${flags}" \ |
---|
339 | :info:build LDFLAGS=" ${flags}" \ |
---|
340 | :info:build MULTIFLAGS="${flags}" \ |
---|
341 | :info:build DESTDIR="" \ |
---|
342 | :info:build INSTALL="/usr/bin/install -c" \ |
---|
343 | :info:build INSTALL_DATA="/usr/bin/install -c -m 644" \ |
---|
344 | :info:build INSTALL_PROGRAM="/usr/bin/install -c" \ |
---|
345 | :info:build INSTALL_SCRIPT="/usr/bin/install -c" \ |
---|
346 | :info:build all); then \ |
---|
347 | :info:build true; \ |
---|
348 | :info:build else \ |
---|
349 | :info:build exit 1; \ |
---|
350 | :info:build fi; \ |
---|
351 | :info:build else true; \ |
---|
352 | :info:build fi; \ |
---|
353 | :info:build fi; \ |
---|
354 | :info:build done; \ |
---|
355 | :info:build fi |
---|
356 | :info:build # number will be embedded in debug information. |
---|
357 | :info:build T=`${PWDCMD-pwd}`/ \ |
---|
358 | :info:build && cd ../.././gcc \ |
---|
359 | :info:build && /usr/bin/make GCC_FOR_TARGET="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" \ |
---|
360 | :info:build MULTILIB_CFLAGS="-g -O2" \ |
---|
361 | :info:build T=$T \ |
---|
362 | :info:build T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ |
---|
363 | :info:build T_TARGET |
---|
364 | :info:build # Early copyback; see "all" above for the rationale. The |
---|
365 | :info:build # early copy is necessary so that the gcc -B options find |
---|
366 | :info:build # the right startup files when linking shared libgcc. |
---|
367 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
368 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
369 | :info:build for file in $parts; do \ |
---|
370 | :info:build rm -f ../.././gcc/$file; \ |
---|
371 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
372 | :info:build done |
---|
373 | :info:build # @multilib_flags@ is still needed because this may use |
---|
374 | :info:build # /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include and -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. |
---|
375 | :info:build # @multilib_dir@ is not really necessary, but sometimes it has |
---|
376 | :info:build # more uses than just a directory name. |
---|
377 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs . |
---|
378 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /opt/local/lib/gcc43/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc |
---|
379 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T \ |
---|
380 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
381 | :info:build ./libgcc_s.1.dylib.tmp |
---|
382 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T \ |
---|
383 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
384 | :info:build ./libgcc_s.1.dylib.tmp |
---|
385 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
386 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
387 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
388 | :info:build for mlib in $MLIBS ; do \ |
---|
389 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T${mlib} \ |
---|
390 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
391 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
392 | :info:build done |
---|
393 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
394 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
395 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
396 | :info:build for mlib in $MLIBS ; do \ |
---|
397 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T${mlib} \ |
---|
398 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
399 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
400 | :info:build done |
---|
401 | :info:build lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* |
---|
402 | :info:build lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* |
---|
403 | :info:build rm libgcc_s.10.4.dylib_T* |
---|
404 | :info:build rm libgcc_s.10.5.dylib_T* |
---|
405 | :info:build cp libgcc_s.1.dylib.tmp \ |
---|
406 | :info:build ./libgcc_s.1.dylib_T_ || exit 1 ; \ |
---|
407 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
408 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
409 | :info:build for mlib in $MLIBS ; do \ |
---|
410 | :info:build cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ |
---|
411 | :info:build ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ |
---|
412 | :info:build done |
---|
413 | :info:build lipo -output libgcc_s.1.dylib \ |
---|
414 | :info:build -create libgcc_s.1.dylib_T* |
---|
415 | :info:build rm libgcc_s.1.dylib_T* |
---|
416 | :info:build # Now that we have built all the objects, we need to copy |
---|
417 | :info:build # them back to the GCC directory. Too many things (other |
---|
418 | :info:build # in-tree libraries, and DejaGNU) know about the layout |
---|
419 | :info:build # of the build tree, for now. |
---|
420 | :info:build /usr/bin/make install-leaf DESTDIR=../.././gcc \ |
---|
421 | :info:build slibdir= libsubdir= MULTIOSDIR=. |
---|
422 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
423 | :info:build /usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/ |
---|
424 | :info:build # Recursively invoke make in the GCC directory to build any |
---|
425 | :info:build # startfiles (for now). We must do this just once, passing |
---|
426 | :info:build # it all the GCC_EXTRA_PARTS as simultaneous goal targets, |
---|
427 | :info:build # so that rules which cannot execute simultaneously are properly |
---|
428 | :info:build # serialized. We indirect through T_TARGET in case any multilib |
---|
429 | :info:build # directories contain an equals sign, to prevent make from |
---|
430 | :info:build # interpreting any of the goals as variable assignments. |
---|
431 | :info:build # We must use cd && make rather than make -C, or else the stage |
---|
432 | :info:build # number will be embedded in debug information. |
---|
433 | :info:build T=`${PWDCMD-pwd}`/ \ |
---|
434 | :info:build && cd ../.././gcc \ |
---|
435 | :info:build && /usr/bin/make GCC_FOR_TARGET="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" \ |
---|
436 | :info:build MULTILIB_CFLAGS="-g -O2" \ |
---|
437 | :info:build T=$T \ |
---|
438 | :info:build T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ |
---|
439 | :info:build T_TARGET |
---|
440 | :info:build chmod 644 ../.././gcc/libgcc_eh.a |
---|
441 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcc_eh.a |
---|
442 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc_eh.a(unwind-sjlj.o) has no symbols |
---|
443 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 libgcc_s.1.dylib ../.././gcc/libgcc_s.1.dylib |
---|
444 | :info:build # If this is the top-level multilib, build all the other |
---|
445 | :info:build # multilibs. |
---|
446 | :info:build if [ -z "" ]; then \ |
---|
447 | :info:build true; \ |
---|
448 | :info:build else \ |
---|
449 | :info:build rootpre=`${PWDCMD-pwd}`/; export rootpre; \ |
---|
450 | :info:build srcrootpre=`cd ../../../gcc-4.3.5/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \ |
---|
451 | :info:build lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \ |
---|
452 | :info:build compiler="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include"; \ |
---|
453 | :info:build for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ |
---|
454 | :info:build dir=`echo $i | sed -e 's/;.*$//'`; \ |
---|
455 | :info:build if [ "${dir}" = "." ]; then \ |
---|
456 | :info:build true; \ |
---|
457 | :info:build else \ |
---|
458 | :info:build if [ -d ../${dir}/${lib} ]; then \ |
---|
459 | :info:build flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ |
---|
460 | :info:build if (cd ../${dir}/${lib}; /usr/bin/make "AR=/usr/bin/ar" "AR_FLAGS=rc" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include" "CFLAGS=-g -O2" "DESTDIR=../.././gcc" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=/usr/bin/ranlib -c" "SHELL=/bin/sh" "prefix=/opt/local" "exec_prefix=/opt/local" "libdir=/opt/local/lib/gcc43" "libsubdir=" "tooldir=/opt/local/x86_64-apple-darwin10" \ |
---|
461 | :info:build CFLAGS="-g -O2 ${flags}" \ |
---|
462 | :info:build CCASFLAGS=" ${flags}" \ |
---|
463 | :info:build FCFLAGS=" ${flags}" \ |
---|
464 | :info:build FFLAGS=" ${flags}" \ |
---|
465 | :info:build ADAFLAGS=" ${flags}" \ |
---|
466 | :info:build prefix="/opt/local" \ |
---|
467 | :info:build exec_prefix="/opt/local" \ |
---|
468 | :info:build GCJFLAGS=" ${flags}" \ |
---|
469 | :info:build CXXFLAGS="-O2 -g -pipe -O2 ${flags}" \ |
---|
470 | :info:build LIBCFLAGS="-g -O2 ${flags}" \ |
---|
471 | :info:build LIBCXXFLAGS="-O2 -g -pipe -O2 -fno-implicit-templates ${flags}" \ |
---|
472 | :info:build LDFLAGS=" ${flags}" \ |
---|
473 | :info:build MULTIFLAGS="${flags}" \ |
---|
474 | :info:build DESTDIR="../.././gcc" \ |
---|
475 | :info:build INSTALL="/usr/bin/install -c" \ |
---|
476 | :info:build INSTALL_DATA="/usr/bin/install -c -m 644" \ |
---|
477 | :info:build INSTALL_PROGRAM="/usr/bin/install -c" \ |
---|
478 | :info:build INSTALL_SCRIPT="/usr/bin/install -c" \ |
---|
479 | :info:build all); then \ |
---|
480 | :info:build true; \ |
---|
481 | :info:build else \ |
---|
482 | :info:build exit 1; \ |
---|
483 | :info:build fi; \ |
---|
484 | :info:build else true; \ |
---|
485 | :info:build fi; \ |
---|
486 | :info:build fi; \ |
---|
487 | :info:build done; \ |
---|
488 | :info:build fi |
---|
489 | :info:build # Early copyback; see "all" above for the rationale. The |
---|
490 | :info:build # early copy is necessary so that the gcc -B options find |
---|
491 | :info:build # the right startup files when linking shared libgcc. |
---|
492 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
493 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
494 | :info:build for file in $parts; do \ |
---|
495 | :info:build rm -f ../.././gcc/$file; \ |
---|
496 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
497 | :info:build done |
---|
498 | :info:build # @multilib_flags@ is still needed because this may use |
---|
499 | :info:build # /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include and -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. |
---|
500 | :info:build # @multilib_dir@ is not really necessary, but sometimes it has |
---|
501 | :info:build # more uses than just a directory name. |
---|
502 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs . |
---|
503 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include -O2 -O2 -g -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /opt/local/lib/gcc43/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc |
---|
504 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T \ |
---|
505 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
506 | :info:build ./libgcc_s.1.dylib.tmp |
---|
507 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T \ |
---|
508 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
509 | :info:build ./libgcc_s.1.dylib.tmp |
---|
510 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
511 | :info:build /usr/bin/strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/x86_64-apple-darwin10/libgcc/libgcc_s.1.dylib.tmp |
---|
512 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
513 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
514 | :info:build for mlib in $MLIBS ; do \ |
---|
515 | :info:build /usr/bin/strip -o libgcc_s.10.4.dylib_T${mlib} \ |
---|
516 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ |
---|
517 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
518 | :info:build done |
---|
519 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
520 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
521 | :info:build for mlib in $MLIBS ; do \ |
---|
522 | :info:build /usr/bin/strip -o libgcc_s.10.5.dylib_T${mlib} \ |
---|
523 | :info:build -s ../../../gcc-4.3.5/libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ |
---|
524 | :info:build ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ |
---|
525 | :info:build done |
---|
526 | :info:build lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* |
---|
527 | :info:build lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* |
---|
528 | :info:build rm libgcc_s.10.4.dylib_T* |
---|
529 | :info:build rm libgcc_s.10.5.dylib_T* |
---|
530 | :info:build cp libgcc_s.1.dylib.tmp \ |
---|
531 | :info:build ./libgcc_s.1.dylib_T_ || exit 1 ; \ |
---|
532 | :info:build MLIBS=`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include --print-multi-lib \ |
---|
533 | :info:build | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ |
---|
534 | :info:build for mlib in $MLIBS ; do \ |
---|
535 | :info:build cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ |
---|
536 | :info:build ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ |
---|
537 | :info:build done |
---|
538 | :info:build lipo -output libgcc_s.1.dylib \ |
---|
539 | :info:build -create libgcc_s.1.dylib_T* |
---|
540 | :info:build rm libgcc_s.1.dylib_T* |
---|
541 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
542 | :info:build for d in libgcc_s.10.4.dylib libgcc_s.10.5.dylib libgcc_s.1.dylib ; do \ |
---|
543 | :info:build /usr/bin/install -c -m 644 $d ../.././gcc/$d || exit 1 ; \ |
---|
544 | :info:build done |
---|
545 | :info:build if [ -f ../.././gcc/libgcc_s_ppc64.1.dylib ]; then \ |
---|
546 | :info:build rm -f ../.././gcc/libgcc_s_ppc64.1.dylib; \ |
---|
547 | :info:build else true; fi |
---|
548 | :info:build ln -s libgcc_s.1.dylib \ |
---|
549 | :info:build ../.././gcc/libgcc_s_ppc64.1.dylib |
---|
550 | :info:build if [ -f ../.././gcc/libgcc_s_x86_64.1.dylib ]; then \ |
---|
551 | :info:build rm -f ../.././gcc/libgcc_s_x86_64.1.dylib; \ |
---|
552 | :info:build else true; fi |
---|
553 | :info:build ln -s libgcc_s.1.dylib \ |
---|
554 | :info:build ../.././gcc/libgcc_s_x86_64.1.dylib |
---|
555 | :info:build /bin/sh ../../../gcc-4.3.5/libgcc/../mkinstalldirs ../.././gcc |
---|
556 | :info:build /usr/bin/install -c -m 644 libgcc.a ../.././gcc/ |
---|
557 | :info:build chmod 644 ../.././gcc/libgcc.a |
---|
558 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcc.a |
---|
559 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_trampoline.o) has no symbols |
---|
560 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_ctors.o) has no symbols |
---|
561 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_powitf2.o) has no symbols |
---|
562 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_multc3.o) has no symbols |
---|
563 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_divtc3.o) has no symbols |
---|
564 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_fixtfdi.o) has no symbols |
---|
565 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_fixunstfdi.o) has no symbols |
---|
566 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_floatditf.o) has no symbols |
---|
567 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_floatunditf.o) has no symbols |
---|
568 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_fixtfti.o) has no symbols |
---|
569 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_fixunstfti.o) has no symbols |
---|
570 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_floattitf.o) has no symbols |
---|
571 | :info:build /usr/bin/ranlib: file: ../.././gcc/libgcc.a(_floatuntitf.o) has no symbols |
---|
572 | :info:build /usr/bin/install -c -m 644 libgcov.a ../.././gcc/ |
---|
573 | :info:build chmod 644 ../.././gcc/libgcov.a |
---|
574 | :info:build /usr/bin/ranlib -c ../.././gcc/libgcov.a |
---|
575 | :info:build parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ |
---|
576 | :info:build for file in $parts; do \ |
---|
577 | :info:build rm -f ../.././gcc/$file; \ |
---|
578 | :info:build /usr/bin/install -c -m 644 $file ../.././gcc/; \ |
---|
579 | :info:build done |
---|
580 | :info:build rm -f stage_current |
---|
581 | :info:build Configuring stage 3 in ./libdecnumber |
---|
582 | :info:build if [ x"" != x ] && [ ! -d pic ]; then \ |
---|
583 | :info:build mkdir pic; \ |
---|
584 | :info:build else true; fi |
---|
585 | :info:build touch stamp-picdir |
---|
586 | :info:build rm -f needed-list; touch needed-list; \ |
---|
587 | :info:build for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ |
---|
588 | :info:build for g in ./mempcpy.o ./setenv.o ./snprintf.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o ./strndup.o ./strrchr.o ./strstr.o ./strtod.o ./strtol.o ./strtoul.o ./strverscmp.o ./tmpnam.o ./vasprintf.o ./vfprintf.o ./vprintf.o ./vsnprintf.o ./vsprintf.o ./waitpid.o ./vfork.o ./_doprnt.o ./strncmp.o ; do \ |
---|
589 | :info:build case "$g" in \ |
---|
590 | :info:build *$f*) echo $g >> needed-list ;; \ |
---|
591 | :info:build esac; \ |
---|
592 | :info:build done; \ |
---|
593 | :info:build done |
---|
594 | :info:build echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list |
---|
595 | :info:build make[4]: Nothing to be done for `all'. |
---|
596 | :info:build if [ x"" != x ]; then \ |
---|
597 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.3.5/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.3.5/libiberty/regex.c -o pic/regex.o; \ |
---|
598 | :info:build else true; fi |
---|
599 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.3.5/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.3.5/libiberty/regex.c -o regex.o |
---|
600 | :info:build if [ x"" != x ]; then \ |
---|
601 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.3.5/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.3.5/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ |
---|
602 | :info:build else true; fi |
---|
603 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.3.5/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.3.5/libiberty/cplus-dem.c -o cplus-dem.o |
---|
604 | :info:build In file included from ../../gcc-4.3.5/libiberty/../include/demangle.h:33, |
---|
605 | :info:build from ../../gcc-4.3.5/libiberty/cplus-dem.c:59: |
---|
606 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:602: error: expected declaration specifiers or '...' before numeric constant |
---|
607 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:602: error: expected declaration specifiers or '...' before '__builtin_object_size' |
---|
608 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:602: warning: conflicting types for built-in function '__builtin___snprintf_chk' |
---|
609 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:607: error: expected declaration specifiers or '...' before numeric constant |
---|
610 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:607: error: expected declaration specifiers or '...' before '__builtin_object_size' |
---|
611 | :info:build ../../gcc-4.3.5/libiberty/../include/libiberty.h:607: warning: conflicting types for built-in function '__builtin___vsnprintf_chk' |
---|
612 | :info:build make[3]: *** [cplus-dem.o] Error 1 |
---|
613 | :info:build make[2]: *** [all-stage3-libiberty] Error 2 |
---|
614 | :info:build make[2]: *** Waiting for unfinished jobs.... |
---|
615 | :info:build configure: loading cache ./config.cache |
---|
616 | :info:build checking whether /usr/bin/make sets $(MAKE)... yes |
---|
617 | :info:build checking for x86_64-apple-darwin10-gcc... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ |
---|
618 | :info:build checking for C compiler default output file name... a.out |
---|
619 | :info:build checking whether the C compiler works... yes |
---|
620 | :info:build checking whether we are cross compiling... no |
---|
621 | :info:build checking for suffix of executables... |
---|
622 | :info:build checking for suffix of object files... o |
---|
623 | :info:build checking whether we are using the GNU C compiler... yes |
---|
624 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ accepts -g... yes |
---|
625 | :info:build checking for /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ option to accept ANSI C... none needed |
---|
626 | :info:build checking for x86_64-apple-darwin10-ranlib... ranlib |
---|
627 | :info:build checking for aclocal... aclocal |
---|
628 | :info:build checking for autoconf... autoconf |
---|
629 | :info:build checking for autoheader... autoheader |
---|
630 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -W... yes |
---|
631 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wall... yes |
---|
632 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wwrite-strings... yes |
---|
633 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wstrict-prototypes... yes |
---|
634 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wmissing-prototypes... yes |
---|
635 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wold-style-definition... yes |
---|
636 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wmissing-format-attribute... yes |
---|
637 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -Wcast-qual... yes |
---|
638 | :info:build checking whether /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ supports -pedantic -Wno-long-long... yes |
---|
639 | :info:build checking how to run the C preprocessor... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -E |
---|
640 | :info:build checking for egrep... grep -E |
---|
641 | :info:build checking for ANSI C header files... yes |
---|
642 | :info:build checking for sys/types.h... yes |
---|
643 | :info:build checking for sys/stat.h... yes |
---|
644 | :info:build checking for stdlib.h... yes |
---|
645 | :info:build checking for string.h... yes |
---|
646 | :info:build checking for memory.h... yes |
---|
647 | :info:build checking for strings.h... yes |
---|
648 | :info:build checking for inttypes.h... yes |
---|
649 | :info:build checking for stdint.h... yes |
---|
650 | :info:build checking for unistd.h... yes |
---|
651 | :info:build checking ctype.h usability... yes |
---|
652 | :info:build checking ctype.h presence... yes |
---|
653 | :info:build checking for ctype.h... yes |
---|
654 | :info:build checking stddef.h usability... yes |
---|
655 | :info:build checking stddef.h presence... yes |
---|
656 | :info:build checking for stddef.h... yes |
---|
657 | :info:build checking for string.h... (cached) yes |
---|
658 | :info:build checking stdio.h usability... yes |
---|
659 | :info:build checking stdio.h presence... yes |
---|
660 | :info:build checking for stdio.h... yes |
---|
661 | :info:build looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes |
---|
662 | :info:build checking for uintptr_t... yes |
---|
663 | :info:build checking for int_least32_t... yes |
---|
664 | :info:build checking for int_fast32_t... yes |
---|
665 | :info:build checking for uint64_t... yes |
---|
666 | :info:build checking what to include in gstdint.h... stdint.h (already complete) |
---|
667 | :info:build checking for an ANSI C-conforming const... yes |
---|
668 | :info:build checking for off_t... yes |
---|
669 | :info:build checking for int... yes |
---|
670 | :info:build checking size of int... 4 |
---|
671 | :info:build checking for long... yes |
---|
672 | :info:build checking size of long... 8 |
---|
673 | :info:build checking for ANSI C header files... (cached) yes |
---|
674 | :info:build checking build system type... x86_64-apple-darwin10 |
---|
675 | :info:build checking host system type... x86_64-apple-darwin10 |
---|
676 | :info:build checking target system type... x86_64-apple-darwin10 |
---|
677 | :info:build checking for decimal floating point... dpd |
---|
678 | :info:build checking whether byte ordering is bigendian... no |
---|
679 | :info:build updating cache ./config.cache |
---|
680 | :info:build configure: creating ./config.status |
---|
681 | :info:build config.status: creating Makefile |
---|
682 | :info:build config.status: creating config.h |
---|
683 | :info:build config.status: executing gstdint.h commands |
---|
684 | :info:build make[1]: *** [stage3-bubble] Error 2 |
---|
685 | :info:build make: *** [all] Error 2 |
---|
686 | :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build" && /usr/bin/make -j2 all " returned error 2 |
---|
687 | :error:build Target org.macports.build returned: shell command failed |
---|
688 | :debug:build Backtrace: shell command failed |
---|
689 | while executing |
---|
690 | "command_exec build" |
---|
691 | (procedure "portbuild::build_main" line 8) |
---|
692 | invoked from within |
---|
693 | "$procedure $targetname" |
---|
694 | :info:build Warning: the following items did not execute (for gcc43): org.macports.destroot org.macports.build |
---|
695 | :notice:build Log for gcc43 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/main.log |
---|