This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error Building Newlib for arm-none-eabi


On Wed, Feb 21, 2018 at 6:30 PM, Brian Inglis
<Brian.Inglis@systematicsw.ab.ca> wrote:
> Please correct me if I'm wrong, but I think of toolchain running on --build
> triplet system, using toolchain prefix --host triplet in /usr/bin/ e.g.
> /usr/bin/arm-none-eabi-{ar,as,cpp,gcc,ld,nm,...} file formats for that system,
> which generates and uses code for --target triplet system, which could be a
> multilib supporting arch variants like hard and soft floats.
>
>> The persistence of this problem leads me to think there is a bug in
>> the newlib autotools configuration, but sadly I do not have any idea
>> how to troubleshoot that, or why it leads to source errors. I'll hold
>> off from posting until I get more information. At least one person has
>> recommended cutting out gets entirely.
>
> What does config.log give for details?
> An attachment might help others provide a diagnosis.

I apologise, file is attached; per my most recent post I looked for
any sign of _FORTIFY_SOURCE but found none.
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

  $ ../../source/newlib-3.0.0/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=arm-none-eabi --prefix=/home/R0b0t1/devel/toolgen/prefix --docdir=/home/R0b0t1/devel/toolgen/prefix/share/doc --disable-newlib-supplied-syscalls --enable-newlib-reent-small --disable-newlib-fvwrite-in-streamio --disable-newlib-fseek-optimization --disable-newlib-wide-orient --disable-newlib-unbuf-stream-opt --enable-newlib-global-atexit --enable-newlib-retargetable-locking --disable-nls

## --------- ##
## Platform. ##
## --------- ##

hostname = fahrenheit
uname -m = x86_64
uname -r = 4.14.8-gentoo-r1
uname -s = Linux
uname -v = #1 SMP Sat Feb 10 23:02:32 CST 2018

/usr/bin/uname -p = Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
/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: /home/R0b0t1/devel/toolgen/prefix/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0
PATH: /usr/x86_64-pc-linux-gnu/aarch64-unknown-linux-gnu/gcc-bin/6.4.0
PATH: /usr/x86_64-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/6.4.0
PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/5.4.0
PATH: /usr/x86_64-pc-linux-gnu/x86_64-w64-mingw32/gcc-bin/7.2.0
PATH: /usr/lib/llvm/5/bin
PATH: /usr/lib/llvm/4/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /opt/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2297: checking build system type
configure:2311: result: x86_64-pc-linux-gnu
configure:2358: checking host system type
configure:2371: result: x86_64-pc-linux-gnu
configure:2391: checking target system type
configure:2404: result: arm-none-eabi
configure:2458: checking for a BSD-compatible install
configure:2526: result: /usr/bin/install -c
configure:2537: checking whether ln works
configure:2559: result: yes
configure:2563: checking whether ln -s works
configure:2567: result: yes
configure:2574: checking for a sed that does not truncate output
configure:2638: result: /bin/sed
configure:2647: checking for gawk
configure:2663: found /usr/bin/gawk
configure:2674: result: gawk
configure:4077: checking for x86_64-pc-linux-gnu-gcc
configure:4093: found /usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0/x86_64-pc-linux-gnu-gcc
configure:4104: result: x86_64-pc-linux-gnu-gcc
configure:4373: checking for C compiler version
configure:4382: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo Hardened 7.2.0-r1 p1.1) 7.2.0
Copyright (C) 2017 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:4393: $? = 0
configure:4382: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-7.2.0-r1/work/gcc-7.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 7.2.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.0 (Gentoo Hardened 7.2.0-r1 p1.1) 
configure:4393: $? = 0
configure:4382: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4393: $? = 1
configure:4382: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4393: $? = 1
configure:4413: checking for C compiler default output file name
configure:4435: x86_64-pc-linux-gnu-gcc    conftest.c  >&5
configure:4439: $? = 0
configure:4476: result: a.out
configure:4492: checking whether the C compiler works
configure:4501: ./a.out
configure:4505: $? = 0
configure:4520: result: yes
configure:4527: checking whether we are cross compiling
configure:4529: result: no
configure:4532: checking for suffix of executables
configure:4539: x86_64-pc-linux-gnu-gcc -o conftest    conftest.c  >&5
configure:4543: $? = 0
configure:4565: result: 
configure:4571: checking for suffix of object files
configure:4593: x86_64-pc-linux-gnu-gcc -c   conftest.c >&5
configure:4597: $? = 0
configure:4618: result: o
configure:4622: checking whether we are using the GNU C compiler
configure:4641: x86_64-pc-linux-gnu-gcc -c   conftest.c >&5
configure:4641: $? = 0
configure:4650: result: yes
configure:4659: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:4679: x86_64-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:4679: $? = 0
configure:4720: result: yes
configure:4737: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:4801: x86_64-pc-linux-gnu-gcc  -c -g -O2  conftest.c >&5
configure:4801: $? = 0
configure:4814: result: none needed
configure:4848: checking for x86_64-pc-linux-gnu-g++
configure:4864: found /usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0/x86_64-pc-linux-gnu-g++
configure:4875: result: x86_64-pc-linux-gnu-g++
configure:4946: checking for C++ compiler version
configure:4955: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo Hardened 7.2.0-r1 p1.1) 7.2.0
Copyright (C) 2017 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:4966: $? = 0
configure:4955: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-7.2.0-r1/work/gcc-7.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 7.2.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.0 (Gentoo Hardened 7.2.0-r1 p1.1) 
configure:4966: $? = 0
configure:4955: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:4966: $? = 1
configure:4955: x86_64-pc-linux-gnu-g++ -qversion >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:4966: $? = 1
configure:4970: checking whether we are using the GNU C++ compiler
configure:4989: x86_64-pc-linux-gnu-g++ -c   conftest.cpp >&5
configure:4989: $? = 0
configure:4998: result: yes
configure:5007: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:5027: x86_64-pc-linux-gnu-g++ -c -g  conftest.cpp >&5
configure:5027: $? = 0
configure:5068: result: yes
configure:5117: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5134: x86_64-pc-linux-gnu-g++ -o conftest -g -O2   -static-libstdc++ -static-libgcc conftest.cpp  >&5
configure:5134: $? = 0
configure:5135: result: yes
configure:5159: checking for x86_64-pc-linux-gnu-gnatbind
configure:5189: result: no
configure:5199: checking for gnatbind
configure:5229: result: no
configure:5251: checking for x86_64-pc-linux-gnu-gnatmake
configure:5281: result: no
configure:5291: checking for gnatmake
configure:5321: result: no
configure:5340: checking whether compiler driver understands Ada
configure:5363: result: no
configure:5372: checking how to compare bootstrapped objects
configure:5397: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5457: checking for objdir
configure:5472: result: .libs
configure:6016: checking for isl 0.16, 0.15, or deprecated 0.14
configure:6029: x86_64-pc-linux-gnu-gcc -o conftest -g -O2      -lisl -lmpc -lmpfr -lgmp conftest.c  -lisl -lgmp >&5
configure:6029: $? = 0
configure:6036: result: yes
configure:6044: checking for isl 0.16 or 0.15
configure:6057: x86_64-pc-linux-gnu-gcc -o conftest -g -O2      -lisl -lmpc -lmpfr -lgmp conftest.c  -lisl -lgmp >&5
configure:6057: $? = 0
configure:6064: result: yes
configure:7068: checking for default BUILD_CONFIG
configure:7100: result: 
configure:7105: checking for --enable-vtable-verify
configure:7118: result: no
configure:7714: checking for bison
configure:7730: found /usr/bin/bison
configure:7741: result: bison -y
configure:7761: checking for bison
configure:7777: found /usr/bin/bison
configure:7788: result: bison
configure:7808: checking for gm4
configure:7838: result: no
configure:7808: checking for gnum4
configure:7838: result: no
configure:7808: checking for m4
configure:7824: found /usr/bin/m4
configure:7835: result: m4
configure:7855: checking for flex
configure:7871: found /usr/bin/flex
configure:7882: result: flex
configure:7903: checking for flex
configure:7919: found /usr/bin/flex
configure:7930: result: flex
configure:7950: checking for makeinfo
configure:7966: found /usr/bin/makeinfo
configure:7977: result: makeinfo
configure:8011: checking for expect
configure:8041: result: no
configure:8060: checking for runtest
configure:8090: result: no
configure:8166: checking for x86_64-pc-linux-gnu-ar
configure:8182: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:8193: result: x86_64-pc-linux-gnu-ar
configure:8307: checking for x86_64-pc-linux-gnu-as
configure:8323: found /usr/bin/x86_64-pc-linux-gnu-as
configure:8334: result: x86_64-pc-linux-gnu-as
configure:8448: checking for x86_64-pc-linux-gnu-dlltool
configure:8478: result: no
configure:8487: checking for dlltool
configure:8517: result: no
configure:8547: checking for ld
configure:8574: result: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:8589: checking for x86_64-pc-linux-gnu-ld
configure:8616: result: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:8730: checking for x86_64-pc-linux-gnu-lipo
configure:8760: result: no
configure:8769: checking for lipo
configure:8799: result: no
configure:8871: checking for x86_64-pc-linux-gnu-nm
configure:8887: found /usr/bin/x86_64-pc-linux-gnu-nm
configure:8898: result: x86_64-pc-linux-gnu-nm
configure:9012: checking for x86_64-pc-linux-gnu-ranlib
configure:9028: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:9039: result: x86_64-pc-linux-gnu-ranlib
configure:9148: checking for x86_64-pc-linux-gnu-strip
configure:9164: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:9175: result: x86_64-pc-linux-gnu-strip
configure:9284: checking for x86_64-pc-linux-gnu-windres
configure:9314: result: no
configure:9323: checking for windres
configure:9353: result: no
configure:9425: checking for x86_64-pc-linux-gnu-windmc
configure:9455: result: no
configure:9464: checking for windmc
configure:9494: result: no
configure:9566: checking for x86_64-pc-linux-gnu-objcopy
configure:9582: found /usr/bin/x86_64-pc-linux-gnu-objcopy
configure:9593: result: x86_64-pc-linux-gnu-objcopy
configure:9707: checking for x86_64-pc-linux-gnu-objdump
configure:9723: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:9734: result: x86_64-pc-linux-gnu-objdump
configure:9848: checking for x86_64-pc-linux-gnu-readelf
configure:9864: found /usr/bin/x86_64-pc-linux-gnu-readelf
configure:9875: result: x86_64-pc-linux-gnu-readelf
configure:10028: checking for arm-none-eabi-cc
configure:10044: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-cc
configure:10055: result: arm-none-eabi-cc
configure:10189: checking for arm-none-eabi-c++
configure:10205: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-c++
configure:10216: result: arm-none-eabi-c++
configure:10350: checking for arm-none-eabi-gcc
configure:10366: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-gcc
configure:10377: result: arm-none-eabi-gcc
configure:10506: checking for arm-none-eabi-gcj
configure:10536: result: no
configure:10667: checking for arm-none-eabi-gfortran
configure:10683: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-gfortran
configure:10694: result: arm-none-eabi-gfortran
configure:10828: checking for arm-none-eabi-gccgo
configure:10858: result: no
configure:11069: checking for arm-none-eabi-ar
configure:11085: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-ar
configure:11096: result: arm-none-eabi-ar
configure:11299: checking for arm-none-eabi-as
configure:11315: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-as
configure:11326: result: arm-none-eabi-as
configure:11529: checking for arm-none-eabi-dlltool
configure:11559: result: no
configure:11759: checking for arm-none-eabi-ld
configure:11775: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-ld
configure:11786: result: arm-none-eabi-ld
configure:11989: checking for arm-none-eabi-lipo
configure:12019: result: no
configure:12219: checking for arm-none-eabi-nm
configure:12235: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-nm
configure:12246: result: arm-none-eabi-nm
configure:12449: checking for arm-none-eabi-objcopy
configure:12465: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-objcopy
configure:12476: result: arm-none-eabi-objcopy
configure:12679: checking for arm-none-eabi-objdump
configure:12695: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-objdump
configure:12706: result: arm-none-eabi-objdump
configure:12909: checking for arm-none-eabi-ranlib
configure:12925: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-ranlib
configure:12936: result: arm-none-eabi-ranlib
configure:13139: checking for arm-none-eabi-readelf
configure:13155: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-readelf
configure:13166: result: arm-none-eabi-readelf
configure:13369: checking for arm-none-eabi-strip
configure:13385: found /home/R0b0t1/devel/toolgen/prefix/bin/arm-none-eabi-strip
configure:13396: result: arm-none-eabi-strip
configure:13599: checking for arm-none-eabi-windres
configure:13629: result: no
configure:13829: checking for arm-none-eabi-windmc
configure:13859: result: no
configure:13926: checking where to find the target ar
configure:13963: result: pre-installed
configure:13968: checking where to find the target as
configure:14005: result: pre-installed
configure:14010: checking where to find the target cc
configure:14047: result: pre-installed
configure:14052: checking where to find the target c++
configure:14092: result: pre-installed
configure:14097: checking where to find the target c++ for libstdc++
configure:14137: result: pre-installed
configure:14142: checking where to find the target dlltool
configure:14179: result: pre-installed
configure:14184: checking where to find the target gcc
configure:14221: result: pre-installed
configure:14226: checking where to find the target gcj
configure:14266: result: pre-installed
configure:14271: checking where to find the target gfortran
configure:14311: result: pre-installed
configure:14316: checking where to find the target gccgo
configure:14356: result: pre-installed
configure:14361: checking where to find the target ld
configure:14398: result: pre-installed
configure:14403: checking where to find the target lipo
configure:14429: result: pre-installed
configure:14434: checking where to find the target nm
configure:14471: result: pre-installed
configure:14476: checking where to find the target objcopy
configure:14513: result: pre-installed
configure:14518: checking where to find the target objdump
configure:14555: result: pre-installed
configure:14560: checking where to find the target ranlib
configure:14597: result: pre-installed
configure:14602: checking where to find the target readelf
configure:14639: result: pre-installed
configure:14644: checking where to find the target strip
configure:14681: result: pre-installed
configure:14686: checking where to find the target windres
configure:14723: result: pre-installed
configure:14728: checking where to find the target windmc
configure:14765: result: pre-installed
configure:14798: checking whether to enable maintainer-specific portions of Makefiles
configure:14807: result: no
configure:15065: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on fahrenheit

config.status:924: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_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=
ac_cv_env_LDFLAGS_value=
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_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_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_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_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=arm-none-eabi
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
ac_cv_prog_AR_FOR_TARGET=arm-none-eabi-ar
ac_cv_prog_AS=x86_64-pc-linux-gnu-as
ac_cv_prog_AS_FOR_TARGET=arm-none-eabi-as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CC_FOR_TARGET=arm-none-eabi-cc
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_CXX_FOR_TARGET=arm-none-eabi-c++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=arm-none-eabi-gcc
ac_cv_prog_GFORTRAN_FOR_TARGET=arm-none-eabi-gfortran
ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
ac_cv_prog_LD_FOR_TARGET=arm-none-eabi-ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=x86_64-pc-linux-gnu-nm
ac_cv_prog_NM_FOR_TARGET=arm-none-eabi-nm
ac_cv_prog_OBJCOPY=x86_64-pc-linux-gnu-objcopy
ac_cv_prog_OBJCOPY_FOR_TARGET=arm-none-eabi-objcopy
ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=arm-none-eabi-objdump
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
ac_cv_prog_RANLIB_FOR_TARGET=arm-none-eabi-ranlib
ac_cv_prog_READELF=x86_64-pc-linux-gnu-readelf
ac_cv_prog_READELF_FOR_TARGET=arm-none-eabi-readelf
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
ac_cv_prog_STRIP_FOR_TARGET=arm-none-eabi-strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=arm-none-eabi
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=yes
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/home/R0b0t1/devel/toolgen/prefix
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='x86_64-pc-linux-gnu-ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='arm-none-eabi-ar'
AS='x86_64-pc-linux-gnu-as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='arm-none-eabi-as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='x86_64-pc-linux-gnu-gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='arm-none-eabi-cc'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='x86_64-pc-linux-gnu-g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='arm-none-eabi-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-none-eabi-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include -B$$r/$(TARGET_SUBDIR)/libgloss/arm -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys -L$$s/libgloss/arm'
FLEX='flex'
GCC_FOR_TARGET='arm-none-eabi-gcc'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='arm-none-eabi-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='arm-none-eabi-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='arm-none-eabi-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='arm-none-eabi-ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-none-eabi-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='x86_64-pc-linux-gnu-nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='arm-none-eabi-nm'
OBJCOPY='x86_64-pc-linux-gnu-objcopy'
OBJCOPY_FOR_TARGET='arm-none-eabi-objcopy'
OBJDUMP='x86_64-pc-linux-gnu-objdump'
OBJDUMP_FOR_TARGET='arm-none-eabi-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='x86_64-pc-linux-gnu-ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='arm-none-eabi-ranlib'
RAW_CXX_FOR_TARGET='arm-none-eabi-c++'
READELF='x86_64-pc-linux-gnu-readelf'
READELF_FOR_TARGET='arm-none-eabi-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/sh'
STRIP='x86_64-pc-linux-gnu-strip'
STRIP_FOR_TARGET='arm-none-eabi-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../../source/newlib-3.0.0/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=arm-none-eabi --prefix=/home/R0b0t1/devel/toolgen/prefix --docdir=/home/R0b0t1/devel/toolgen/prefix/share/doc --disable-newlib-supplied-syscalls --enable-newlib-reent-small --disable-newlib-fvwrite-in-streamio --disable-newlib-fseek-optimization --disable-newlib-wide-orient --disable-newlib-unbuf-stream-opt --enable-newlib-global-atexit --enable-newlib-retargetable-locking --disable-nls'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='arm-none-eabi-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='arm-none-eabi-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_configargs=' --cache-file=./config.cache '\''--prefix=/home/R0b0t1/devel/toolgen/prefix'\'' '\''--docdir=/home/R0b0t1/devel/toolgen/prefix/share/doc'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-retargetable-locking'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
build_configdirs=''
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='${exec_prefix}/arm-none-eabi'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' etc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='/home/R0b0t1/devel/toolgen/prefix/share/doc'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags=''
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_configargs=' --cache-file=./config.cache  --with-system-zlib --with-newlib '\''--prefix=/home/R0b0t1/devel/toolgen/prefix'\'' '\''--docdir=/home/R0b0t1/devel/toolgen/prefix/share/doc'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-retargetable-locking'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=' -lisl'
islver='0.15'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/R0b0t1/devel/toolgen/prefix'
program_transform_name='s&^&arm-none-eabi-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages=',c,'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='arm-none-eabi'
target_alias='arm-none-eabi'
target_configargs='--cache-file=./config.cache --with-newlib --enable-multilib --with-cross-host=x86_64-pc-linux-gnu   '\''--prefix=/home/R0b0t1/devel/toolgen/prefix'\'' '\''--docdir=/home/R0b0t1/devel/toolgen/prefix/share/doc'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-retargetable-locking'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
target_configdirs='libgloss newlib'
target_cpu='arm'
target_noncanonical='arm-none-eabi'
target_os='eabi'
target_subdir='arm-none-eabi'
target_vendor='none'
tooldir='${exec_prefix}/arm-none-eabi'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]