You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

774 lines
30 KiB
Plaintext

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
$ /home/seti/riscv-gnu-toolchain/newlib/configure --target=riscv32-unknown-elf --prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano --enable-newlib-reent-small --disable-newlib-fvwrite-in-streamio --disable-newlib-fseek-optimization --disable-newlib-wide-orient --enable-newlib-nano-malloc --disable-newlib-unbuf-stream-opt --enable-lite-exit --enable-newlib-global-atexit --enable-newlib-nano-formatted-io --disable-newlib-supplied-syscalls --disable-nls CFLAGS_FOR_TARGET=-Os -ffunction-sections -fdata-sections -mcmodel=medlow CXXFLAGS_FOR_TARGET=-Os -ffunction-sections -fdata-sections -mcmodel=medlow
## --------- ##
## Platform. ##
## --------- ##
hostname = seti-VirtualBox
uname -m = x86_64
uname -r = 5.15.0-58-generic
uname -s = Linux
uname -v = #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/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/seti/riscv-gnu-toolchain/scripts/wrapper/sed
PATH: /opt/riscv/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/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: riscv32-unknown-elf
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: /usr/bin/sed
configure:2647: checking for gawk
configure:2674: result: /usr/bin/gawk
configure:4117: checking for gcc
configure:4133: found /usr/bin/gcc
configure:4144: result: gcc
configure:4373: checking for C compiler version
configure:4382: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:4393: $? = 0
configure:4382: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4393: $? = 1
configure:4382: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4393: $? = 1
configure:4413: checking for C compiler default output file name
configure:4435: 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: gcc -o conftest conftest.c >&5
configure:4543: $? = 0
configure:4565: result:
configure:4571: checking for suffix of object files
configure:4593: 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: gcc -c conftest.c >&5
configure:4641: $? = 0
configure:4650: result: yes
configure:4659: checking whether gcc accepts -g
configure:4679: gcc -c -g conftest.c >&5
configure:4679: $? = 0
configure:4720: result: yes
configure:4737: checking for gcc option to accept ISO C89
configure:4801: gcc -c -g -O2 conftest.c >&5
configure:4801: $? = 0
configure:4814: result: none needed
configure:4892: checking for g++
configure:4908: found /usr/bin/g++
configure:4919: result: g++
configure:4946: checking for C++ compiler version
configure:4955: g++ --version >&5
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:4966: $? = 0
configure:4955: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4966: $? = 1
configure:4955: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4966: $? = 1
configure:4970: checking whether we are using the GNU C++ compiler
configure:4989: g++ -c conftest.cpp >&5
configure:4989: $? = 0
configure:4998: result: yes
configure:5007: checking whether g++ accepts -g
configure:5027: 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: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5134: $? = 0
configure:5135: result: yes
configure:5199: checking for gnatbind
configure:5229: 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: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
conftest.c:10:10: fatal error: isl/ctx.h: No such file or directory
10 | #include <isl/ctx.h>
| ^~~~~~~~~~~
compilation terminated.
configure:6029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/ctx.h>
| int
| main ()
| {
| isl_ctx_get_max_operations (isl_ctx_alloc ());
| ;
| return 0;
| }
configure:6036: result: no
configure:6040: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated
configure:6044: checking for isl 0.16 or 0.15
configure:6057: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory
10 | #include <isl/schedule.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:6057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/schedule.h>
| int
| main ()
| {
| isl_options_set_schedule_serialize_sccs (NULL, 0);
| ;
| return 0;
| }
configure:6064: result: no
configure:7068: checking for default BUILD_CONFIG
configure:7100: result:
configure:7105: checking for --enable-vtable-verify
configure:7118: result: no
configure:7724: checking for bison
configure:7740: found /usr/bin/bison
configure:7751: result: bison -y
configure:7771: checking for bison
configure:7787: found /usr/bin/bison
configure:7798: result: bison
configure:7818: checking for gm4
configure:7848: result: no
configure:7818: checking for gnum4
configure:7848: result: no
configure:7818: checking for m4
configure:7834: found /usr/bin/m4
configure:7845: result: m4
configure:7865: checking for flex
configure:7881: found /usr/bin/flex
configure:7892: result: flex
configure:7913: checking for flex
configure:7929: found /usr/bin/flex
configure:7940: result: flex
configure:7960: checking for makeinfo
configure:7976: found /usr/bin/makeinfo
configure:7987: result: makeinfo
configure:8021: checking for expect
configure:8051: result: no
configure:8070: checking for runtest
configure:8100: result: no
configure:8215: checking for ar
configure:8231: found /usr/bin/ar
configure:8242: result: ar
configure:8356: checking for as
configure:8372: found /usr/bin/as
configure:8383: result: as
configure:8497: checking for dlltool
configure:8527: result: no
configure:8638: checking for ld
configure:8654: found /usr/bin/ld
configure:8665: result: ld
configure:8779: checking for lipo
configure:8809: result: no
configure:8920: checking for nm
configure:8936: found /usr/bin/nm
configure:8947: result: nm
configure:9061: checking for ranlib
configure:9077: found /usr/bin/ranlib
configure:9088: result: ranlib
configure:9197: checking for strip
configure:9213: found /usr/bin/strip
configure:9224: result: strip
configure:9333: checking for windres
configure:9363: result: no
configure:9474: checking for windmc
configure:9504: result: no
configure:9615: checking for objcopy
configure:9631: found /usr/bin/objcopy
configure:9642: result: objcopy
configure:9756: checking for objdump
configure:9772: found /usr/bin/objdump
configure:9783: result: objdump
configure:9897: checking for readelf
configure:9913: found /usr/bin/readelf
configure:9924: result: readelf
configure:10038: checking for riscv32-unknown-elf-cc
configure:10068: result: no
configure:10038: checking for riscv32-unknown-elf-gcc
configure:10054: found /opt/riscv/bin/riscv32-unknown-elf-gcc
configure:10065: result: riscv32-unknown-elf-gcc
configure:10199: checking for riscv32-unknown-elf-c++
configure:10215: found /opt/riscv/bin/riscv32-unknown-elf-c++
configure:10226: result: riscv32-unknown-elf-c++
configure:10360: checking for riscv32-unknown-elf-gcc
configure:10376: found /opt/riscv/bin/riscv32-unknown-elf-gcc
configure:10387: result: riscv32-unknown-elf-gcc
configure:10516: checking for riscv32-unknown-elf-gcj
configure:10546: result: no
configure:10677: checking for riscv32-unknown-elf-gfortran
configure:10707: result: no
configure:10838: checking for riscv32-unknown-elf-gccgo
configure:10868: result: no
configure:11079: checking for riscv32-unknown-elf-ar
configure:11095: found /opt/riscv/bin/riscv32-unknown-elf-ar
configure:11106: result: riscv32-unknown-elf-ar
configure:11309: checking for riscv32-unknown-elf-as
configure:11325: found /opt/riscv/bin/riscv32-unknown-elf-as
configure:11336: result: riscv32-unknown-elf-as
configure:11539: checking for riscv32-unknown-elf-dlltool
configure:11569: result: no
configure:11769: checking for riscv32-unknown-elf-ld
configure:11785: found /opt/riscv/bin/riscv32-unknown-elf-ld
configure:11796: result: riscv32-unknown-elf-ld
configure:11999: checking for riscv32-unknown-elf-lipo
configure:12029: result: no
configure:12229: checking for riscv32-unknown-elf-nm
configure:12245: found /opt/riscv/bin/riscv32-unknown-elf-nm
configure:12256: result: riscv32-unknown-elf-nm
configure:12459: checking for riscv32-unknown-elf-objcopy
configure:12475: found /opt/riscv/bin/riscv32-unknown-elf-objcopy
configure:12486: result: riscv32-unknown-elf-objcopy
configure:12689: checking for riscv32-unknown-elf-objdump
configure:12705: found /opt/riscv/bin/riscv32-unknown-elf-objdump
configure:12716: result: riscv32-unknown-elf-objdump
configure:12919: checking for riscv32-unknown-elf-ranlib
configure:12935: found /opt/riscv/bin/riscv32-unknown-elf-ranlib
configure:12946: result: riscv32-unknown-elf-ranlib
configure:13149: checking for riscv32-unknown-elf-readelf
configure:13165: found /opt/riscv/bin/riscv32-unknown-elf-readelf
configure:13176: result: riscv32-unknown-elf-readelf
configure:13379: checking for riscv32-unknown-elf-strip
configure:13395: found /opt/riscv/bin/riscv32-unknown-elf-strip
configure:13406: result: riscv32-unknown-elf-strip
configure:13609: checking for riscv32-unknown-elf-windres
configure:13639: result: no
configure:13839: checking for riscv32-unknown-elf-windmc
configure:13869: result: no
configure:13936: checking where to find the target ar
configure:13973: result: pre-installed
configure:13978: checking where to find the target as
configure:14015: result: pre-installed
configure:14020: checking where to find the target cc
configure:14057: result: pre-installed
configure:14062: checking where to find the target c++
configure:14102: result: pre-installed
configure:14107: checking where to find the target c++ for libstdc++
configure:14147: result: pre-installed
configure:14152: checking where to find the target dlltool
configure:14189: result: pre-installed
configure:14194: checking where to find the target gcc
configure:14231: result: pre-installed
configure:14236: checking where to find the target gcj
configure:14276: result: pre-installed
configure:14281: checking where to find the target gfortran
configure:14321: result: pre-installed
configure:14326: checking where to find the target gccgo
configure:14366: result: pre-installed
configure:14371: checking where to find the target ld
configure:14408: result: pre-installed
configure:14413: checking where to find the target lipo
configure:14439: result: pre-installed
configure:14444: checking where to find the target nm
configure:14481: result: pre-installed
configure:14486: checking where to find the target objcopy
configure:14523: result: pre-installed
configure:14528: checking where to find the target objdump
configure:14565: result: pre-installed
configure:14570: checking where to find the target ranlib
configure:14607: result: pre-installed
configure:14612: checking where to find the target readelf
configure:14649: result: pre-installed
configure:14654: checking where to find the target strip
configure:14691: result: pre-installed
configure:14696: checking where to find the target windres
configure:14733: result: pre-installed
configure:14738: checking where to find the target windmc
configure:14775: result: pre-installed
configure:14808: checking whether to enable maintainer-specific portions of Makefiles
configure:14817: result: no
configure:15067: 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 seti-VirtualBox
config.status:933: 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=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
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=riscv32-unknown-elf
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=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AR_FOR_TARGET=riscv32-unknown-elf-ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=riscv32-unknown-elf-as
ac_cv_prog_AWK=/usr/bin/gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC_FOR_TARGET=riscv32-unknown-elf-gcc
ac_cv_prog_CXX_FOR_TARGET=riscv32-unknown-elf-c++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=riscv32-unknown-elf-gcc
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=riscv32-unknown-elf-ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=riscv32-unknown-elf-nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJCOPY_FOR_TARGET=riscv32-unknown-elf-objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=riscv32-unknown-elf-objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=riscv32-unknown-elf-ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=riscv32-unknown-elf-readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=riscv32-unknown-elf-strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=riscv32-unknown-elf
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='riscv32-unknown-elf-ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='riscv32-unknown-elf-as'
AWK='/usr/bin/gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='riscv32-unknown-elf-gcc'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-Os -ffunction-sections -fdata-sections -mcmodel=medlow'
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='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-Os -ffunction-sections -fdata-sections -mcmodel=medlow'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='riscv32-unknown-elf-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='riscv32-unknown-elf-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/riscv32 -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys -L$$s/libgloss/riscv32'
FLEX='flex'
GCC_FOR_TARGET='riscv32-unknown-elf-gcc'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='riscv32-unknown-elf-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='riscv32-unknown-elf-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='riscv32-unknown-elf-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='riscv32-unknown-elf-ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='riscv32-unknown-elf-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='riscv32-unknown-elf-nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='riscv32-unknown-elf-objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='riscv32-unknown-elf-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='riscv32-unknown-elf-ranlib'
RAW_CXX_FOR_TARGET='riscv32-unknown-elf-c++'
READELF='readelf'
READELF_FOR_TARGET='riscv32-unknown-elf-readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/usr/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='riscv32-unknown-elf-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/home/seti/riscv-gnu-toolchain/newlib/configure --target=riscv32-unknown-elf --prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano --enable-newlib-reent-small --disable-newlib-fvwrite-in-streamio --disable-newlib-fseek-optimization --disable-newlib-wide-orient --enable-newlib-nano-malloc --disable-newlib-unbuf-stream-opt --enable-lite-exit --enable-newlib-global-atexit --enable-newlib-nano-formatted-io --disable-newlib-supplied-syscalls --disable-nls '\''CFLAGS_FOR_TARGET=-Os -ffunction-sections -fdata-sections -mcmodel=medlow'\'' '\''CXXFLAGS_FOR_TARGET=-Os -ffunction-sections -fdata-sections -mcmodel=medlow'\'''
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='riscv32-unknown-elf-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='riscv32-unknown-elf-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_configargs=' --cache-file=./config.cache '\''--prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--enable-newlib-nano-malloc'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-lite-exit'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-nano-formatted-io'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&riscv32-unknown-elf-&'\'' --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}/riscv32-unknown-elf'
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='${datarootdir}/doc/${PACKAGE}'
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=''
host_configargs=' --cache-file=./config.cache --with-system-zlib --with-newlib '\''--prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--enable-newlib-nano-malloc'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-lite-exit'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-nano-formatted-io'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&riscv32-unknown-elf-&'\'' --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=''
islver=''
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/seti/riscv-gnu-toolchain/install-newlib-nano'
program_transform_name='s&^&riscv32-unknown-elf-&'
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='riscv32-unknown-elf'
target_alias='riscv32-unknown-elf'
target_configargs='--cache-file=./config.cache --with-newlib --enable-multilib --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/home/seti/riscv-gnu-toolchain/install-newlib-nano'\'' '\''--enable-newlib-reent-small'\'' '\''--disable-newlib-fvwrite-in-streamio'\'' '\''--disable-newlib-fseek-optimization'\'' '\''--disable-newlib-wide-orient'\'' '\''--enable-newlib-nano-malloc'\'' '\''--disable-newlib-unbuf-stream-opt'\'' '\''--enable-lite-exit'\'' '\''--enable-newlib-global-atexit'\'' '\''--enable-newlib-nano-formatted-io'\'' '\''--disable-newlib-supplied-syscalls'\'' '\''--disable-nls'\'' --program-transform-name='\''s&^&riscv32-unknown-elf-&'\'' --disable-option-checking'
target_configdirs='libgloss newlib'
target_cpu='riscv32'
target_noncanonical='riscv32-unknown-elf'
target_os='elf'
target_subdir='riscv32-unknown-elf'
target_vendor='unknown'
tooldir='${exec_prefix}/riscv32-unknown-elf'
## ------------------- ##
## 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