Skip to content

Instantly share code, notes, and snippets.

@certik
Created December 16, 2014 17:21
Show Gist options
  • Save certik/bbb96383e540efc8d6a3 to your computer and use it in GitHub Desktop.
Save certik/bbb96383e540efc8d6a3 to your computer and use it in GitHub Desktop.
[gcc] cat ../.././gcc/glimits.h > tmp-xlimits.h; \
[gcc] fi; \
[gcc] /bin/sh ../.././gcc/../mkinstalldirs ${fix_dir}; \
[gcc] chmod a+rx ${fix_dir} || true; \
[gcc] /bin/sh ../.././gcc/../move-if-change \
[gcc] tmp-xlimits.h tmp-limits.h; \
[gcc] rm -f ${fix_dir}/limits.h; \
[gcc] cp -p tmp-limits.h ${fix_dir}/limits.h; \
[gcc] chmod a+r ${fix_dir}/limits.h; \
[gcc] done
[gcc] rm -f include-fixed/README
[gcc] cp ../.././gcc/../fixincludes/README-fixinc include-fixed/README
[gcc] chmod a+r include-fixed/README
[gcc] echo timestamp > stmp-int-hdrs
[gcc] rm gcov.pod gcov-tool.pod cpp.pod gfdl.pod fsf-funding.pod gfortran.pod gcc.pod
[gcc] make[3]: Leaving directory `/local/certik/tmp/gcc-aq23kdr7ab2m/host-x86_64-unknown-linux-gnu/gcc'
[gcc] mkdir -p -- x86_64-unknown-linux-gnu/libgcc
[gcc] Checking multilib configuration for libgcc...
[gcc] Configuring stage 2 in x86_64-unknown-linux-gnu/libgcc
[gcc] configure: creating cache ./config.cache
[gcc] checking build system type... x86_64-unknown-linux-gnu
[gcc] checking host system type... x86_64-unknown-linux-gnu
[gcc] checking for --enable-version-specific-runtime-libs... no
[gcc] checking for a BSD-compatible install... /usr/bin/install -c
[gcc] checking for gawk... gawk
[gcc] checking for x86_64-unknown-linux-gnu-ar... ar
[gcc] checking for x86_64-unknown-linux-gnu-lipo... lipo
[gcc] checking for x86_64-unknown-linux-gnu-nm... /local/certik/tmp/gcc-aq23kdr7ab2m/host-x86_64-unknown-linux-gnu/gcc/nm
[gcc] checking for x86_64-unknown-linux-gnu-ranlib... ranlib
[gcc] checking for x86_64-unknown-linux-gnu-strip... strip
[gcc] checking whether ln -s works... yes
[gcc] checking for x86_64-unknown-linux-gnu-gcc... /local/certik/tmp/gcc-aq23kdr7ab2m/host-x86_64-unknown-linux-gnu/gcc/xgcc -B/local/certik/tmp/gcc-aq23kdr7ab2m/host-x86_64-unknown-linux-gnu/gcc/ -B/local/certik/bld/gcc/aq23kdr7ab2m/x86_64-unknown-linux-gnu/bin/ -B/local/certik/bld/gcc/aq23kdr7ab2m/x86_64-unknown-linux-gnu/lib/ -isystem /local/certik/bld/gcc/aq23kdr7ab2m/x86_64-unknown-linux-gnu/include -isystem /local/certik/bld/gcc/aq23kdr7ab2m/x86_64-unknown-linux-gnu/sys-include
[gcc] configure: error: in `/local/certik/tmp/gcc-aq23kdr7ab2m/x86_64-unknown-linux-gnu/libgcc':
[gcc] configure: error: cannot compute suffix of object files: cannot compile
[gcc] See `config.log' for more details.
[gcc] make[2]: *** [configure-stage2-target-libgcc] Error 1
[gcc] checking for suffix of object files... make[2]: Leaving directory `/local/certik/tmp/gcc-aq23kdr7ab2m'
[gcc] make[1]: *** [stage2-bubble] Error 2
[gcc] make[1]: Leaving directory `/local/certik/tmp/gcc-aq23kdr7ab2m'
[gcc] make: *** [all] Error 2
[gcc|ERROR] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 2
[gcc|ERROR] command failed (code=2); raising
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment