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.

1420 lines
48 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 bfd configure 2.38.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/seti/riscv-gnu-toolchain/gdb/bfd/configure --srcdir=/home/seti/riscv-gnu-toolchain/gdb/bfd --cache-file=./config.cache --prefix=/opt/riscv --disable-werror --with-expat=yes --enable-gdb --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --program-transform-name=s&^&riscv32-unknown-elf-& --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf
## --------- ##
## 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:2466: creating cache ./config.cache
configure:2580: checking build system type
configure:2594: result: x86_64-pc-linux-gnu
configure:2614: checking host system type
configure:2627: result: x86_64-pc-linux-gnu
configure:2647: checking target system type
configure:2660: result: riscv32-unknown-elf
configure:2703: checking for a BSD-compatible install
configure:2771: result: /usr/bin/install -c
configure:2782: checking whether build environment is sane
configure:2837: result: yes
configure:2988: checking for a thread-safe mkdir -p
configure:3027: result: /usr/bin/mkdir -p
configure:3034: checking for gawk
configure:3061: result: /usr/bin/gawk
configure:3072: checking whether make sets $(MAKE)
configure:3094: result: yes
configure:3123: checking whether make supports nested variables
configure:3140: result: yes
configure:3277: checking whether make supports nested variables
configure:3294: result: yes
configure:3309: checking for x86_64-pc-linux-gnu-ar
configure:3336: result: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:3401: checking for x86_64-pc-linux-gnu-ranlib
configure:3428: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:3531: checking for x86_64-pc-linux-gnu-gcc
configure:3558: result: gcc
configure:3827: checking for C compiler version
configure:3836: 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:3847: $? = 0
configure:3836: 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:3847: $? = 0
configure:3836: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3847: $? = 1
configure:3836: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3847: $? = 1
configure:3867: checking whether the C compiler works
configure:3889: gcc -g -O2 conftest.c >&5
configure:3893: $? = 0
configure:3941: result: yes
configure:3944: checking for C compiler default output file name
configure:3946: result: a.out
configure:3952: checking for suffix of executables
configure:3959: gcc -o conftest -g -O2 conftest.c >&5
configure:3963: $? = 0
configure:3985: result:
configure:4007: checking whether we are cross compiling
configure:4015: gcc -o conftest -g -O2 conftest.c >&5
configure:4019: $? = 0
configure:4026: ./conftest
configure:4030: $? = 0
configure:4045: result: no
configure:4050: checking for suffix of object files
configure:4072: gcc -c -g -O2 conftest.c >&5
configure:4076: $? = 0
configure:4097: result: o
configure:4101: checking whether we are using the GNU C compiler
configure:4120: gcc -c -g -O2 conftest.c >&5
configure:4120: $? = 0
configure:4129: result: yes
configure:4138: checking whether gcc accepts -g
configure:4158: gcc -c -g conftest.c >&5
configure:4158: $? = 0
configure:4199: result: yes
configure:4216: checking for gcc option to accept ISO C89
configure:4279: gcc -c -g -O2 conftest.c >&5
configure:4279: $? = 0
configure:4292: result: none needed
configure:4317: checking whether gcc understands -c and -o together
configure:4339: gcc -c conftest.c -o conftest2.o
configure:4342: $? = 0
configure:4339: gcc -c conftest.c -o conftest2.o
configure:4342: $? = 0
configure:4354: result: yes
configure:4382: checking for style of include used by make
configure:4410: result: GNU
configure:4436: checking dependency style of gcc
configure:4547: result: gcc3
configure:4568: checking how to run the C preprocessor
configure:4599: gcc -E conftest.c
configure:4599: $? = 0
configure:4613: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4638: result: gcc -E
configure:4658: gcc -E conftest.c
configure:4658: $? = 0
configure:4672: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4701: checking for grep that handles long lines and -e
configure:4759: result: /usr/bin/grep
configure:4764: checking for egrep
configure:4826: result: /usr/bin/grep -E
configure:4831: checking for ANSI C header files
configure:4851: gcc -c -g -O2 conftest.c >&5
configure:4851: $? = 0
configure:4924: gcc -o conftest -g -O2 conftest.c >&5
configure:4924: $? = 0
configure:4924: ./conftest
configure:4924: $? = 0
configure:4935: result: yes
configure:4948: checking for sys/types.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for sys/stat.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for stdlib.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for string.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for memory.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for strings.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for inttypes.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for stdint.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4948: checking for unistd.h
configure:4948: gcc -c -g -O2 conftest.c >&5
configure:4948: $? = 0
configure:4948: result: yes
configure:4961: checking minix/config.h usability
configure:4961: gcc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: minix/config.h: No such file or directory
54 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4961: result: no
configure:4961: checking minix/config.h presence
configure:4961: gcc -E conftest.c
conftest.c:21:10: fatal error: minix/config.h: No such file or directory
21 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4961: result: no
configure:4961: checking for minix/config.h
configure:4961: result: no
configure:4982: checking whether it is safe to define __EXTENSIONS__
configure:5000: gcc -c -g -O2 conftest.c >&5
configure:5000: $? = 0
configure:5007: result: yes
configure:5070: checking how to print strings
configure:5097: result: printf
configure:5118: checking for a sed that does not truncate output
configure:5182: result: /usr/bin/sed
configure:5200: checking for fgrep
configure:5262: result: /usr/bin/grep -F
configure:5297: checking for ld used by gcc
configure:5364: result: ld
configure:5371: checking if the linker (ld) is GNU ld
configure:5386: result: yes
configure:5398: checking for BSD- or MS-compatible name lister (nm)
configure:5448: result: /usr/bin/nm -B
configure:5578: checking the name lister (/usr/bin/nm -B) interface
configure:5585: gcc -c -g -O2 conftest.c >&5
configure:5588: /usr/bin/nm -B "conftest.o"
configure:5591: output
0000000000000000 B some_variable
configure:5598: result: BSD nm
configure:5601: checking whether ln -s works
configure:5605: result: yes
configure:5613: checking the maximum length of command line arguments
configure:5738: result: 1572864
configure:5755: checking whether the shell understands some XSI constructs
configure:5765: result: yes
configure:5769: checking whether the shell understands "+="
configure:5775: result: yes
configure:5810: checking for ld option to reload object files
configure:5817: result: -r
configure:5846: checking for x86_64-pc-linux-gnu-objdump
configure:5873: result: objdump
configure:5945: checking how to recognize dependent libraries
configure:6146: result: pass_all
configure:6179: checking for x86_64-pc-linux-gnu-ar
configure:6206: result: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:6297: checking for x86_64-pc-linux-gnu-strip
configure:6327: result: no
configure:6337: checking for strip
configure:6353: found /usr/bin/strip
configure:6364: result: strip
configure:6396: checking for x86_64-pc-linux-gnu-ranlib
configure:6423: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:6570: checking command to parse /usr/bin/nm -B output from gcc object
configure:6688: gcc -c -g -O2 conftest.c >&5
configure:6691: $? = 0
configure:6695: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6698: $? = 0
configure:6752: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6755: $? = 0
configure:6793: result: ok
configure:6888: gcc -c -g -O2 conftest.c >&5
configure:6891: $? = 0
configure:7641: checking for dlfcn.h
configure:7641: gcc -c -g -O2 conftest.c >&5
configure:7641: $? = 0
configure:7641: result: yes
configure:7797: checking for objdir
configure:7812: result: .libs
configure:8083: checking if gcc supports -fno-rtti -fno-exceptions
configure:8101: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8105: $? = 0
configure:8118: result: no
configure:8138: checking for gcc option to produce PIC
configure:8424: result: -fPIC -DPIC
configure:8436: checking if gcc PIC flag -fPIC -DPIC works
configure:8454: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8458: $? = 0
configure:8471: result: yes
configure:8495: checking if gcc static flag -static works
configure:8523: result: yes
configure:8538: checking if gcc supports -c -o file.o
configure:8559: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8563: $? = 0
configure:8585: result: yes
configure:8593: checking if gcc supports -c -o file.o
configure:8640: result: yes
configure:8673: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries
configure:9744: result: yes
configure:9989: checking dynamic linker characteristics
configure:10430: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10430: $? = 0
configure:10652: result: GNU/Linux ld.so
configure:10759: checking how to hardcode library paths into programs
configure:10784: result: immediate
configure:10878: checking for shl_load
configure:10878: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/cczBzvis.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/bfd/conftest.c:62: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:10878: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10878: result: no
configure:10882: checking for shl_load in -ldld
configure:10907: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld: No such file or directory
collect2: error: ld returned 1 exit status
configure:10907: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10916: result: no
configure:10921: checking for dlopen
configure:10921: gcc -o conftest -g -O2 conftest.c >&5
configure:10921: $? = 0
configure:10921: result: yes
configure:11078: checking whether a program can dlopen itself
configure:11158: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure:11161: $? = 0
configure:11179: result: yes
configure:11184: checking whether a statically linked program can dlopen itself
configure:11264: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c >&5
/usr/bin/ld: /tmp/ccQCkw9g.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/bfd/configure:11244: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:11267: $? = 0
conftest: undefined symbol: _fnord
configure:11285: result: no
configure:11324: checking whether stripping libraries is possible
configure:11329: result: yes
configure:11364: checking if libtool supports shared libraries
configure:11366: result: yes
configure:11369: checking whether to build shared libraries
configure:11390: result: no
configure:11393: checking whether to build static libraries
configure:11397: result: yes
configure:11447: checking for dlfcn.h
configure:11447: result: yes
configure:11460: checking for windows.h
configure:11460: gcc -c -g -O2 conftest.c >&5
conftest.c:63:10: fatal error: windows.h: No such file or directory
63 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
configure:11460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <windows.h>
configure:11460: result: no
configure:11487: checking for library containing dlsym
configure:11518: gcc -o conftest -g -O2 conftest.c >&5
configure:11518: $? = 0
configure:11535: result: none required
configure:11607: checking for special C compiler options needed for large files
configure:11652: result: no
configure:11658: checking for _FILE_OFFSET_BITS value needed for large files
configure:11683: gcc -c -g -O2 conftest.c >&5
configure:11683: $? = 0
configure:11715: result: no
configure:11870: checking size of void *
configure:11875: gcc -o conftest -g -O2 conftest.c >&5
configure:11875: $? = 0
configure:11875: ./conftest
configure:11875: $? = 0
configure:11889: result: 8
gcc: warning: @CPPFLAGS_FOR_BUILD@: linker input file unused because linking not done
gcc: error: @CPPFLAGS_FOR_BUILD@: linker input file not found: No such file or directory
gcc: warning: @CPPFLAGS_FOR_BUILD@: linker input file unused because linking not done
gcc: error: @CPPFLAGS_FOR_BUILD@: linker input file not found: No such file or directory
configure:12226: checking whether to enable maintainer-specific portions of Makefiles
configure:12235: result: no
configure:12271: checking whether to install libbfd
configure:12284: result: no
configure:12334: checking whether NLS is requested
configure:12340: result: yes
configure:12346: checking for catalogs to be installed
configure:12378: result: da es fi fr hr id ja pt ro ru rw sr sv tr uk vi zh_CN
configure:12405: checking whether NLS is requested
configure:12414: result: yes
configure:12452: checking for msgfmt
configure:12486: result: no
configure:12492: checking for gmsgfmt
configure:12523: result: :
configure:12563: checking for xgettext
configure:12597: result: no
configure:12634: checking for msgmerge
configure:12667: result: no
configure:12717: checking size of long long
configure:12722: gcc -o conftest -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12722: ./conftest
configure:12722: $? = 0
configure:12736: result: 8
configure:12750: checking size of void *
configure:12769: result: 8
configure:12783: checking size of long
configure:12788: gcc -o conftest -g -O2 conftest.c >&5
configure:12788: $? = 0
configure:12788: ./conftest
configure:12788: $? = 0
configure:12802: result: 8
configure:12816: checking size of int
configure:12821: gcc -o conftest -g -O2 conftest.c >&5
configure:12821: $? = 0
configure:12821: ./conftest
configure:12821: $? = 0
configure:12835: result: 4
configure:12918: checking fcntl.h usability
configure:12918: gcc -c -g -O2 conftest.c >&5
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking fcntl.h presence
configure:12918: gcc -E conftest.c
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking for fcntl.h
configure:12918: result: yes
configure:12918: checking sys/file.h usability
configure:12918: gcc -c -g -O2 conftest.c >&5
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking sys/file.h presence
configure:12918: gcc -E conftest.c
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking for sys/file.h
configure:12918: result: yes
configure:12918: checking sys/resource.h usability
configure:12918: gcc -c -g -O2 conftest.c >&5
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking sys/resource.h presence
configure:12918: gcc -E conftest.c
configure:12918: $? = 0
configure:12918: result: yes
configure:12918: checking for sys/resource.h
configure:12918: result: yes
configure:12918: checking for sys/stat.h
configure:12918: result: yes
configure:12918: checking for sys/types.h
configure:12918: result: yes
configure:12918: checking for unistd.h
configure:12918: result: yes
configure:12933: checking for fcntl
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for fdopen
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for fileno
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for fls
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccDEjK4j.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/bfd/conftest.c:80: undefined reference to `fls'
collect2: error: ld returned 1 exit status
configure:12933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bfd"
| #define PACKAGE_TARNAME "bfd"
| #define PACKAGE_VERSION "2.38.50"
| #define PACKAGE_STRING "bfd 2.38.50"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bfd"
| #define VERSION "2.38.50"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DLFCN_H 1
| #define SIZEOF_VOID_P 8
| #define USE_SECUREPLT 1
| #define DEFAULT_LD_Z_SEPARATE_CODE 0
| #define ENABLE_NLS 1
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 1
| /* end confdefs.h. */
| /* Define fls to an innocuous variant, in case <limits.h> declares fls.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fls innocuous_fls
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fls (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fls
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fls ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fls || defined __stub___fls
| choke me
| #endif
|
| int
| main ()
| {
| return fls ();
| ;
| return 0;
| }
configure:12933: result: no
configure:12933: checking for getgid
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for getpagesize
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for getrlimit
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for getuid
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12933: checking for sysconf
configure:12933: gcc -o conftest -g -O2 conftest.c >&5
configure:12933: $? = 0
configure:12933: result: yes
configure:12943: checking whether basename is declared
configure:12943: gcc -c -g -O2 conftest.c >&5
configure:12943: $? = 0
configure:12943: result: yes
configure:12953: checking whether ffs is declared
configure:12953: gcc -c -g -O2 conftest.c >&5
configure:12953: $? = 0
configure:12953: result: yes
configure:12963: checking whether stpcpy is declared
configure:12963: gcc -c -g -O2 conftest.c >&5
configure:12963: $? = 0
configure:12963: result: yes
configure:12973: checking whether asprintf is declared
configure:12973: gcc -c -g -O2 conftest.c >&5
configure:12973: $? = 0
configure:12973: result: yes
configure:12983: checking whether vasprintf is declared
configure:12983: gcc -c -g -O2 conftest.c >&5
configure:12983: $? = 0
configure:12983: result: yes
configure:12993: checking whether strnlen is declared
configure:12993: gcc -c -g -O2 conftest.c >&5
configure:12993: $? = 0
configure:12993: result: yes
configure:13035: checking compiler support for hidden visibility
configure:13053: gcc -c -g -O2 -Werror conftest.c >&5
configure:13053: $? = 0
configure:13060: result: yes
configure:13070: checking linker --as-needed support
configure:13081: result: yes
configure:13172: checking for cos in -lm
configure:13197: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:65:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
65 | char cos ();
| ^~~
conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
1 | /* confdefs.h */
configure:13197: $? = 0
configure:13206: result: yes
configure:13719: checking for gcc version with buggy 64-bit support
configure:13732: result: no
configure:14770: checking for ftello
configure:14770: gcc -o conftest -g -O2 conftest.c >&5
configure:14770: $? = 0
configure:14770: result: yes
configure:14770: checking for ftello64
configure:14770: gcc -o conftest -g -O2 conftest.c >&5
configure:14770: $? = 0
configure:14770: result: yes
configure:14770: checking for fseeko
configure:14770: gcc -o conftest -g -O2 conftest.c >&5
configure:14770: $? = 0
configure:14770: result: yes
configure:14770: checking for fseeko64
configure:14770: gcc -o conftest -g -O2 conftest.c >&5
configure:14770: $? = 0
configure:14770: result: yes
configure:14770: checking for fopen64
configure:14770: gcc -o conftest -g -O2 conftest.c >&5
configure:14770: $? = 0
configure:14770: result: yes
configure:14779: checking whether ftello is declared
configure:14779: gcc -c -g -O2 conftest.c >&5
configure:14779: $? = 0
configure:14779: result: yes
configure:14789: checking whether ftello64 is declared
configure:14789: gcc -c -g -O2 conftest.c >&5
configure:14789: $? = 0
configure:14789: result: yes
configure:14799: checking whether fseeko is declared
configure:14799: gcc -c -g -O2 conftest.c >&5
configure:14799: $? = 0
configure:14799: result: yes
configure:14809: checking whether fseeko64 is declared
configure:14809: gcc -c -g -O2 conftest.c >&5
configure:14809: $? = 0
configure:14809: result: yes
configure:14819: checking whether fopen64 is declared
configure:14819: gcc -c -g -O2 conftest.c >&5
configure:14819: $? = 0
configure:14819: result: yes
configure:14835: checking size of off_t
configure:14840: gcc -o conftest -g -O2 conftest.c >&5
configure:14840: $? = 0
configure:14840: ./conftest
configure:14840: $? = 0
configure:14854: result: 8
configure:14865: checking file_ptr type
configure:14874: result: BFD_HOST_64_BIT
configure:14885: checking for stdlib.h
configure:14885: result: yes
configure:14885: checking for unistd.h
configure:14885: result: yes
configure:14885: checking for sys/param.h
configure:14885: gcc -c -g -O2 conftest.c >&5
configure:14885: $? = 0
configure:14885: result: yes
configure:14905: checking for getpagesize
configure:14905: result: yes
configure:14914: checking for working mmap
configure:15061: gcc -o conftest -g -O2 conftest.c >&5
configure:15061: $? = 0
configure:15061: ./conftest
configure:15061: $? = 0
configure:15071: result: yes
configure:15083: checking for madvise
configure:15083: gcc -o conftest -g -O2 conftest.c >&5
configure:15083: $? = 0
configure:15083: result: yes
configure:15083: checking for mprotect
configure:15083: gcc -o conftest -g -O2 conftest.c >&5
configure:15083: $? = 0
configure:15083: result: yes
configure:15166: updating cache ./config.cache
configure:15210: checking that generated files are newer than configure
configure:15216: result: done
configure:15259: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by bfd config.status 2.38.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on seti-VirtualBox
config.status:1207: creating Makefile
config.status:1207: creating bfd-in3.h
config.status:1207: creating po/Makefile.in
config.status:1207: creating config.h
config.status:1421: executing depfiles commands
config.status:1421: executing libtool commands
config.status:1421: executing default-1 commands
config.status:1421: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' '
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=riscv32-unknown-elf
ac_cv_func_dlopen=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdopen=yes
ac_cv_func_fileno=yes
ac_cv_func_fls=no
ac_cv_func_fopen64=yes
ac_cv_func_fseeko64=yes
ac_cv_func_fseeko=yes
ac_cv_func_ftello64=yes
ac_cv_func_ftello=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getuid=yes
ac_cv_func_madvise=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mprotect=yes
ac_cv_func_shl_load=no
ac_cv_func_sysconf=yes
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_basename=yes
ac_cv_have_decl_ffs=yes
ac_cv_have_decl_fopen64=yes
ac_cv_have_decl_fseeko64=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_ftello64=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_stpcpy=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_vasprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=:
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR='ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
ac_cv_prog_AWK=/usr/bin/gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlsym='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=riscv32-unknown-elf
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
bfd_cv_hidden=yes
bfd_cv_ld_as_needed=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
AUTOCONF='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoconf'
AUTOHEADER='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoheader'
AUTOMAKE='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing automake-1.15'
AWK='/usr/bin/gawk'
BFD_HOSTPTR_T='unsigned long'
BFD_HOST_64BIT_LONG='1'
BFD_HOST_64BIT_LONG_LONG='0'
BFD_HOST_64_BIT='long'
BFD_HOST_64_BIT_DEFINED='1'
BFD_HOST_U_64_BIT='unsigned long'
CATALOGS=' da.gmo es.gmo fi.gmo fr.gmo hr.gmo id.gmo ja.gmo pt.gmo ro.gmo ru.gmo rw.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2 '
COREFILE=''
COREFLAG=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEBUGDIR='${exec_prefix}/lib/debug'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL='@DSYMUTIL@'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BFD_64_BIT_FALSE='#'
ENABLE_BFD_64_BIT_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD='$(EXEEXT)'
FGREP='/usr/bin/grep -F'
GENCAT='gencat'
GENINSRC_NEVER_FALSE=''
GENINSRC_NEVER_TRUE='#'
GMSGFMT=':'
GREP='/usr/bin/grep'
HDEFINES=''
INCINTL=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_LIBBFD_FALSE=''
INSTALL_LIBBFD_TRUE='#'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
LARGEFILE_CPPFLAGS=''
LD='ld -m elf_x86_64'
LDFLAGS=' '
LIBINTL=''
LIBINTL_DEP=''
LIBM='-lm'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo --split-size=5000000'
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS='/home/seti/riscv-gnu-toolchain/gdb/bfd/../mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_WERROR=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL='@OTOOL@'
PACKAGE='bfd'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='bfd'
PACKAGE_STRING='bfd 2.38.50'
PACKAGE_TARNAME='bfd'
PACKAGE_URL=''
PACKAGE_VERSION='2.38.50'
PATH_SEPARATOR=':'
PKGVERSION='(GNU Binutils) '
PLUGINS_FALSE='#'
PLUGINS_TRUE=''
POSUB='po'
RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
REPORT_BUGS_TEXI='@uref{https://sourceware.org/bugzilla/}'
REPORT_BUGS_TO='<https://sourceware.org/bugzilla/>'
SED='/usr/bin/sed'
SET_MAKE=''
SHARED_LDFLAGS=''
SHARED_LIBADD=' '
SHELL='/bin/bash'
STRIP='strip'
TDEFINES=' '
USE_NLS='yes'
VERSION='2.38.50'
WARN_CFLAGS='-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144'
WARN_CFLAGS_FOR_BUILD='-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144'
WARN_WRITE_STRINGS='-Wwrite-strings'
XGETTEXT=':'
ac_ct_CC=''
ac_ct_DUMPBIN=''
all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bfd64_libs='$(BFD64_LIBS)'
bfd_backends=' elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf64-riscv.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo'
bfd_default_target_size='32'
bfd_file_ptr='BFD_HOST_64_BIT'
bfd_machines=' cpu-riscv.lo'
bfd_ufile_ptr='BFD_HOST_U_64_BIT'
bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
havevecs='-DHAVE_riscv_elf32_vec -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_cv_dlopen_libs=''
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
supports_plugins='1'
sysconfdir='${prefix}/etc'
target='riscv32-unknown-elf'
target_alias='riscv32-unknown-elf'
target_cpu='riscv32'
target_noncanonical='riscv32-unknown-elf'
target_os='elf'
target_vendor='unknown'
tdefaults=' -DDEFAULT_VECTOR=riscv_elf32_vec -DSELECT_VECS='\''&riscv_elf32_vec,&riscv_elf64_vec,&riscv_elf32_be_vec,&riscv_elf64_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec'\'' -DSELECT_ARCHITECTURES='\''&bfd_riscv_arch'\'''
wordsize='64'
zlibdir='-L$(top_builddir)/../zlib'
zlibinc='-I$(top_srcdir)/../zlib'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "bfd"
#define PACKAGE_TARNAME "bfd"
#define PACKAGE_VERSION "2.38.50"
#define PACKAGE_STRING "bfd 2.38.50"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "bfd"
#define VERSION "2.38.50"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DLFCN_H 1
#define SIZEOF_VOID_P 8
#define USE_SECUREPLT 1
#define DEFAULT_LD_Z_SEPARATE_CODE 0
#define ENABLE_NLS 1
#define SIZEOF_LONG_LONG 8
#define SIZEOF_VOID_P 8
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define HAVE_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL 1
#define HAVE_FDOPEN 1
#define HAVE_FILENO 1
#define HAVE_GETGID 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETUID 1
#define HAVE_SYSCONF 1
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_FFS 1
#define HAVE_DECL_STPCPY 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_HIDDEN 1
#define HAVE_FTELLO 1
#define HAVE_FTELLO64 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO64 1
#define HAVE_FOPEN64 1
#define HAVE_DECL_FTELLO 1
#define HAVE_DECL_FTELLO64 1
#define HAVE_DECL_FSEEKO 1
#define HAVE_DECL_FSEEKO64 1
#define HAVE_DECL_FOPEN64 1
#define SIZEOF_OFF_T 8
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MADVISE 1
#define HAVE_MPROTECT 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by bfd config.status 2.38.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = po/Makefile.in:po/Make-in
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on seti-VirtualBox
config.status:1207: creating po/Makefile.in
config.status:1421: executing depfiles commands
config.status:1421: executing libtool commands
config.status:1421: executing default-1 commands
config.status:1421: executing default commands