Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283477 Details for
Bug 367559
sys-devel/crossdev fails to build mips toolchain
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gcc stage1 config.log with --abis "n32 o32 n64"
config.log (text/plain), 17.88 KB, created by
Matt Turner
on 2011-08-15 21:35:38 UTC
(
hide
)
Description:
gcc stage1 config.log with --abis "n32 o32 n64"
Filename:
MIME Type:
Creator:
Matt Turner
Created:
2011-08-15 21:35:38 UTC
Size:
17.88 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.64. Invocation command line was > > $ /var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --target=mips64el-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --with-abi=n32 --enable-languages=c --disable-shared --with-sysroot=/usr/mips64el-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion=Gentoo 4.6.1-r1 p1.0, pie-0.4.5 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 3.0.0+ >uname -s = Linux >uname -v = #6 SMP Wed Aug 3 18:19:39 EDT 2011 > >/usr/bin/uname -p = Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/alpha-unknown-linux-gnu/gcc-bin/4.5.2 >PATH: /usr/x86_64-pc-linux-gnu/armv5tel-unknown-linux-gnueabi/gcc-bin/4.6.1 >PATH: /usr/x86_64-pc-linux-gnu/mips-softfloat-linux-gnu/gcc-bin/4.5.2 >PATH: /usr/x86_64-pc-linux-gnu/mips64-unknown-linux-gnu/gcc-bin/4.5.3 >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2073: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2228: checking build system type >configure:2242: result: x86_64-pc-linux-gnu >configure:2289: checking host system type >configure:2302: result: x86_64-pc-linux-gnu >configure:2322: checking target system type >configure:2335: result: mips64el-unknown-linux-gnu >configure:2389: checking for a BSD-compatible install >configure:2457: result: /usr/bin/install -c >configure:2468: checking whether ln works >configure:2490: result: yes >configure:2494: checking whether ln -s works >configure:2498: result: yes >configure:2505: checking for a sed that does not truncate output >configure:2569: result: /bin/sed >configure:2578: checking for gawk >configure:2594: found /usr/bin/gawk >configure:2605: result: gawk >configure:3904: checking for x86_64-pc-linux-gnu-gcc >configure:3920: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3931: result: x86_64-pc-linux-gnu-gcc >configure:4200: checking for C compiler version >configure:4209: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.6.1 p1.0, pie-0.4.5) 4.6.1 >Copyright (C) 2011 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4220: $? = 0 >configure:4209: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.1 p1.0, pie-0.4.5' >Thread model: posix >gcc version 4.6.1 (Gentoo 4.6.1 p1.0, pie-0.4.5) >configure:4220: $? = 0 >configure:4209: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4220: $? = 1 >configure:4209: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4220: $? = 1 >configure:4240: checking for C compiler default output file name >configure:4262: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:1:0: error: unknown ABI (n32) for -mabi= switch >configure:4266: $? = 1 >configure:4303: result: >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:4309: error: in `/var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/build': >configure:4313: error: C compiler cannot create executables >See `config.log' for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_env_AR_FOR_TARGET_set= >ac_cv_env_AR_FOR_TARGET_value= >ac_cv_env_AR_set= >ac_cv_env_AR_value= >ac_cv_env_AS_FOR_TARGET_set= >ac_cv_env_AS_FOR_TARGET_value= >ac_cv_env_AS_set= >ac_cv_env_AS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_FOR_TARGET_set= >ac_cv_env_CC_FOR_TARGET_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value= >ac_cv_env_CXX_FOR_TARGET_set= >ac_cv_env_CXX_FOR_TARGET_value= >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_DLLTOOL_FOR_TARGET_set= >ac_cv_env_DLLTOOL_FOR_TARGET_value= >ac_cv_env_DLLTOOL_set= >ac_cv_env_DLLTOOL_value= >ac_cv_env_GCC_FOR_TARGET_set= >ac_cv_env_GCC_FOR_TARGET_value= >ac_cv_env_GCJ_FOR_TARGET_set= >ac_cv_env_GCJ_FOR_TARGET_value= >ac_cv_env_GFORTRAN_FOR_TARGET_set= >ac_cv_env_GFORTRAN_FOR_TARGET_value= >ac_cv_env_GOC_FOR_TARGET_set= >ac_cv_env_GOC_FOR_TARGET_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LD_FOR_TARGET_set= >ac_cv_env_LD_FOR_TARGET_value= >ac_cv_env_LD_set= >ac_cv_env_LD_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIPO_FOR_TARGET_set= >ac_cv_env_LIPO_FOR_TARGET_value= >ac_cv_env_LIPO_set= >ac_cv_env_LIPO_value= >ac_cv_env_NM_FOR_TARGET_set= >ac_cv_env_NM_FOR_TARGET_value= >ac_cv_env_NM_set= >ac_cv_env_NM_value= >ac_cv_env_OBJCOPY_set= >ac_cv_env_OBJCOPY_value= >ac_cv_env_OBJDUMP_FOR_TARGET_set= >ac_cv_env_OBJDUMP_FOR_TARGET_value= >ac_cv_env_OBJDUMP_set= >ac_cv_env_OBJDUMP_value= >ac_cv_env_RANLIB_FOR_TARGET_set= >ac_cv_env_RANLIB_FOR_TARGET_value= >ac_cv_env_RANLIB_set= >ac_cv_env_RANLIB_value= >ac_cv_env_STRIP_FOR_TARGET_set= >ac_cv_env_STRIP_FOR_TARGET_value= >ac_cv_env_STRIP_set= >ac_cv_env_STRIP_value= >ac_cv_env_WINDMC_FOR_TARGET_set= >ac_cv_env_WINDMC_FOR_TARGET_value= >ac_cv_env_WINDMC_set= >ac_cv_env_WINDMC_value= >ac_cv_env_WINDRES_FOR_TARGET_set= >ac_cv_env_WINDRES_FOR_TARGET_value= >ac_cv_env_WINDRES_set= >ac_cv_env_WINDRES_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_build_configargs_set= >ac_cv_env_build_configargs_value= >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_configargs_set= >ac_cv_env_host_configargs_value= >ac_cv_env_target_alias_set=set >ac_cv_env_target_alias_value=mips64el-unknown-linux-gnu >ac_cv_env_target_configargs_set= >ac_cv_env_target_configargs_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_header_pwd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_target=mips64el-unknown-linux-gnu >acx_cv_prog_LN=ln >fu_cv_sys_stat_statvfs=yes >gcc_cv_libc_provides_ssp=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='' >AR_FOR_BUILD='$(AR)' >AR_FOR_TARGET='' >AS='' >AS_FOR_BUILD='$(AS)' >AS_FOR_TARGET='' >AWK='gawk' >BISON='' >BUILD_CONFIG='' >CC='x86_64-pc-linux-gnu-gcc' >CC_FOR_BUILD='$(CC)' >CC_FOR_TARGET='' >CFLAGS='-O2 -pipe' >CFLAGS_FOR_BUILD='' >CFLAGS_FOR_TARGET='' >COMPILER_AS_FOR_TARGET='' >COMPILER_LD_FOR_TARGET='' >COMPILER_NM_FOR_TARGET='' >CONFIGURE_GDB_TK='' >CPPFLAGS='' >CXX='' >CXXFLAGS='' >CXXFLAGS_FOR_BUILD='' >CXXFLAGS_FOR_TARGET='' >CXX_FOR_BUILD='$(CXX)' >CXX_FOR_TARGET='' >DEBUG_PREFIX_CFLAGS_FOR_TARGET='' >DEFS='' >DLLTOOL='' >DLLTOOL_FOR_BUILD='$(DLLTOOL)' >DLLTOOL_FOR_TARGET='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EXEEXT='' >EXPECT='' >FLAGS_FOR_TARGET='' >FLEX='' >GCC_FOR_TARGET='' >GCC_SHLIB_SUBDIR='' >GCJ_FOR_BUILD='$(GCJ)' >GCJ_FOR_TARGET='' >GDB_TK='' >GFORTRAN_FOR_BUILD='$(GFORTRAN)' >GFORTRAN_FOR_TARGET='' >GNATBIND='' >GNATMAKE='' >GOC_FOR_BUILD='$(GOC)' >GOC_FOR_TARGET='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_GDB_TK='' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >LD='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDFLAGS_FOR_BUILD='' >LD_FOR_BUILD='$(LD)' >LD_FOR_TARGET='' >LEX='' >LIBOBJS='' >LIBS='' >LIPO='' >LIPO_FOR_TARGET='' >LN='ln' >LN_S='ln -s' >LTLIBOBJS='' >M4='' >MAINT='' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='' >MAKEINFO='' >NM='' >NM_FOR_BUILD='$(NM)' >NM_FOR_TARGET='' >OBJCOPY='' >OBJDUMP='' >OBJDUMP_FOR_TARGET='' >OBJEXT='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >RANLIB='' >RANLIB_FOR_BUILD='$(RANLIB)' >RANLIB_FOR_TARGET='' >RAW_CXX_FOR_TARGET='' >RPATH_ENVVAR='' >RUNTEST='' >SED='/bin/sed' >SHELL='/bin/sh' >STRIP='' >STRIP_FOR_TARGET='' >SYSROOT_CFLAGS_FOR_TARGET='' >TOPLEVEL_CONFIGURE_ARGUMENTS='/var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --target=mips64el-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --with-abi=n32 --enable-languages=c --disable-shared --with-sysroot=/usr/mips64el-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='\''Gentoo 4.6.1-r1 p1.0, pie-0.4.5'\''' >WINDMC='' >WINDMC_FOR_BUILD='$(WINDMC)' >WINDMC_FOR_TARGET='' >WINDRES='' >WINDRES_FOR_BUILD='$(WINDRES)' >WINDRES_FOR_TARGET='' >YACC='' >ac_ct_CC='' >ac_ct_CXX='' >bindir='/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_configargs='' >build_configdirs='build-libiberty build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes' >build_cpu='x86_64' >build_libsubdir='build-x86_64-pc-linux-gnu' >build_noncanonical='x86_64-pc-linux-gnu' >build_os='linux-gnu' >build_subdir='build-x86_64-pc-linux-gnu' >build_tooldir='' >build_vendor='pc' >clooginc='' >clooglibs='' >compare_exclusions='' >config_shell='/bin/sh' >configdirs='intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools' >datadir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1' >datarootdir='${prefix}/share' >do_compare='' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >enable_esp='' >exec_prefix='NONE' >extra_host_libiberty_configure_flags='' >extra_mpc_gmp_configure_flags='' >extra_mpc_mpfr_configure_flags='' >extra_mpfr_configure_flags='' >gmpinc='' >gmplibs='' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_configargs='' >host_cpu='x86_64' >host_noncanonical='x86_64-pc-linux-gnu' >host_os='linux-gnu' >host_subdir='.' >host_vendor='pc' >htmldir='${docdir}' >includedir='/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include' >infodir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >poststage1_ldflags='' >poststage1_libs='' >pplinc='' >ppllibs='' >prefix='/usr' >program_transform_name='s&^&mips64el-unknown-linux-gnu-&' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >stage1_cflags='' >stage1_checking='' >stage1_languages='' >stage1_ldflags='' >stage1_libs='' >stage2_werror_flag='' >sysconfdir='${prefix}/etc' >target='mips64el-unknown-linux-gnu' >target_alias='mips64el-unknown-linux-gnu' >target_configargs='' >target_configdirs='target-libgcc target-libiberty target-libgloss target-newlib target-libgomp target-libstdc++-v3 target-libmudflap target-libssp target-libquadmath target-libgfortran target-boehm-gc target-libffi target-zlib target-qthreads target-libjava target-libobjc target-libada target-libgo target-examples target-groff target-gperf target-rda' >target_cpu='mips64el' >target_noncanonical='mips64el-unknown-linux-gnu' >target_os='linux-gnu' >target_subdir='mips64el-unknown-linux-gnu' >target_vendor='unknown' >tooldir='' > >## ------------------- ## >## File substitutions. ## >## ------------------- ## > >alphaieee_frag='' >host_makefile_frag='/dev/null' >ospace_frag='' >serialization_dependencies='' >target_makefile_frag='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" > >configure: exit 77
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 367559
: 283477 |
283501
|
283503