567 lines
18 KiB
Text
567 lines
18 KiB
Text
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.69. Invocation command line was
|
|
|
|
$ /home/seti/riscv-gnu-toolchain/gdb/gdb/testsuite/configure --disable-option-checking --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-& --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf build_alias=x86_64-pc-linux-gnu host_alias=x86_64-pc-linux-gnu target_alias=riscv32-unknown-elf CC=gcc CFLAGS=-g -O2 LDFLAGS= CXX=g++ CXXFLAGS=-g -O2 MAKEINFO=makeinfo --split-size=5000000 YACC=bison -y --cache-file=.././config.cache --srcdir=/home/seti/riscv-gnu-toolchain/gdb/gdb/testsuite
|
|
|
|
## --------- ##
|
|
## 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:1926: loading cache .././config.cache
|
|
configure:2045: checking build system type
|
|
configure:2059: result: x86_64-pc-linux-gnu
|
|
configure:2079: checking host system type
|
|
configure:2092: result: x86_64-pc-linux-gnu
|
|
configure:2112: checking target system type
|
|
configure:2125: result: riscv32-unknown-elf
|
|
configure:2249: checking for x86_64-pc-linux-gnu-gcc
|
|
configure:2276: result: gcc
|
|
configure:2545: checking for C compiler version
|
|
configure:2554: 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:2565: $? = 0
|
|
configure:2554: 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:2565: $? = 0
|
|
configure:2554: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2565: $? = 1
|
|
configure:2554: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2565: $? = 1
|
|
configure:2585: checking whether the C compiler works
|
|
configure:2607: gcc -g -O2 conftest.c >&5
|
|
configure:2611: $? = 0
|
|
configure:2659: result: yes
|
|
configure:2662: checking for C compiler default output file name
|
|
configure:2664: result: a.out
|
|
configure:2670: checking for suffix of executables
|
|
configure:2677: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:2681: $? = 0
|
|
configure:2703: result:
|
|
configure:2725: checking whether we are cross compiling
|
|
configure:2733: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:2737: $? = 0
|
|
configure:2744: ./conftest
|
|
configure:2748: $? = 0
|
|
configure:2763: result: no
|
|
configure:2768: checking for suffix of object files
|
|
configure:2815: result: o
|
|
configure:2819: checking whether we are using the GNU C compiler
|
|
configure:2847: result: yes
|
|
configure:2856: checking whether gcc accepts -g
|
|
configure:2917: result: yes
|
|
configure:2934: checking for gcc option to accept ISO C89
|
|
configure:3010: result: none needed
|
|
configure:3036: checking how to run the C preprocessor
|
|
configure:3106: result: gcc -E
|
|
configure:3126: gcc -E conftest.c
|
|
configure:3126: $? = 0
|
|
configure:3140: gcc -E conftest.c
|
|
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
|
|
9 | #include <ac_nonexistent.h>
|
|
| ^~~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3140: $? = 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 ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3169: checking for grep that handles long lines and -e
|
|
configure:3227: result: /usr/bin/grep
|
|
configure:3232: checking for egrep
|
|
configure:3294: result: /usr/bin/grep -E
|
|
configure:3299: checking for ANSI C header files
|
|
configure:3403: result: yes
|
|
configure:3416: checking for sys/types.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for sys/stat.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for stdlib.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for string.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for memory.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for strings.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for inttypes.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for stdint.h
|
|
configure:3416: result: yes
|
|
configure:3416: checking for unistd.h
|
|
configure:3416: result: yes
|
|
configure:3430: checking pthread.h usability
|
|
configure:3430: gcc -c -g -O2 conftest.c >&5
|
|
configure:3430: $? = 0
|
|
configure:3430: result: yes
|
|
configure:3430: checking pthread.h presence
|
|
configure:3430: gcc -E conftest.c
|
|
configure:3430: $? = 0
|
|
configure:3430: result: yes
|
|
configure:3430: checking for pthread.h
|
|
configure:3430: result: yes
|
|
configure:3558: updating cache .././config.cache
|
|
configure:3643: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by config.status, 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:745: creating lib/pdtrace
|
|
config.status:745: creating Makefile
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-pc-linux-gnu
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_const=yes
|
|
ac_cv_c_inline=inline
|
|
ac_cv_cxx_compiler_gnu=yes
|
|
ac_cv_env_CCC_set=
|
|
ac_cv_env_CCC_value=
|
|
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_CXXFLAGS_set=set
|
|
ac_cv_env_CXXFLAGS_value='-g -O2 '
|
|
ac_cv_env_CXX_set=set
|
|
ac_cv_env_CXX_value=g++
|
|
ac_cv_env_DEBUGINFOD_CFLAGS_set=
|
|
ac_cv_env_DEBUGINFOD_CFLAGS_value=
|
|
ac_cv_env_DEBUGINFOD_LIBS_set=
|
|
ac_cv_env_DEBUGINFOD_LIBS_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_MAKEINFOFLAGS_set=
|
|
ac_cv_env_MAKEINFOFLAGS_value=
|
|
ac_cv_env_MAKEINFO_set=set
|
|
ac_cv_env_MAKEINFO_value='makeinfo --split-size=5000000'
|
|
ac_cv_env_PKG_CONFIG_LIBDIR_set=
|
|
ac_cv_env_PKG_CONFIG_LIBDIR_value=
|
|
ac_cv_env_PKG_CONFIG_PATH_set=
|
|
ac_cv_env_PKG_CONFIG_PATH_value=
|
|
ac_cv_env_PKG_CONFIG_set=
|
|
ac_cv_env_PKG_CONFIG_value=
|
|
ac_cv_env_XMKMF_set=
|
|
ac_cv_env_XMKMF_value=
|
|
ac_cv_env_YACC_set=set
|
|
ac_cv_env_YACC_value='bison -y'
|
|
ac_cv_env_YFLAGS_set=
|
|
ac_cv_env_YFLAGS_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_XML_StopParser=yes
|
|
ac_cv_func__mcleanup=yes
|
|
ac_cv_func_alloca_works=yes
|
|
ac_cv_func_btowc=yes
|
|
ac_cv_func_fdwalk=no
|
|
ac_cv_func_fork=yes
|
|
ac_cv_func_fork_works=yes
|
|
ac_cv_func_getauxval=yes
|
|
ac_cv_func_getgid=yes
|
|
ac_cv_func_getpagesize=yes
|
|
ac_cv_func_getpgid=yes
|
|
ac_cv_func_getrlimit=yes
|
|
ac_cv_func_getrusage=yes
|
|
ac_cv_func_getuid=yes
|
|
ac_cv_func_iconvlist=no
|
|
ac_cv_func_kinfo_getfile=no
|
|
ac_cv_func_libiconvlist=no
|
|
ac_cv_func_mmap_fixed_mapped=yes
|
|
ac_cv_func_monstartup=yes
|
|
ac_cv_func_pipe2=yes
|
|
ac_cv_func_pipe=yes
|
|
ac_cv_func_poll=yes
|
|
ac_cv_func_posix_madvise=yes
|
|
ac_cv_func_pread64=yes
|
|
ac_cv_func_pread=yes
|
|
ac_cv_func_pthread_setname_np=yes
|
|
ac_cv_func_pthread_sigmask=yes
|
|
ac_cv_func_ptrace64=no
|
|
ac_cv_func_pwrite=yes
|
|
ac_cv_func_resize_term=no
|
|
ac_cv_func_sbrk=yes
|
|
ac_cv_func_setlocale=yes
|
|
ac_cv_func_setns=yes
|
|
ac_cv_func_setpgid=yes
|
|
ac_cv_func_setpgrp=yes
|
|
ac_cv_func_setpgrp_void=yes
|
|
ac_cv_func_setrlimit=yes
|
|
ac_cv_func_setsid=yes
|
|
ac_cv_func_sigaction=yes
|
|
ac_cv_func_sigaltstack=yes
|
|
ac_cv_func_sigprocmask=yes
|
|
ac_cv_func_sigsetmask=yes
|
|
ac_cv_func_sigtimedwait=yes
|
|
ac_cv_func_socketpair=yes
|
|
ac_cv_func_ttrace=no
|
|
ac_cv_func_use_default_colors=no
|
|
ac_cv_func_vfork=yes
|
|
ac_cv_func_vfork_works=yes
|
|
ac_cv_func_waitpid=yes
|
|
ac_cv_func_wborder=no
|
|
ac_cv_func_wresize=no
|
|
ac_cv_have_decl_ADDR_NO_RANDOMIZE=yes
|
|
ac_cv_have_decl_asprintf=yes
|
|
ac_cv_have_decl_basename_char_p_=yes
|
|
ac_cv_have_decl_ffs=yes
|
|
ac_cv_have_decl_snprintf=yes
|
|
ac_cv_have_decl_strstr=yes
|
|
ac_cv_have_decl_strtol=yes
|
|
ac_cv_have_decl_strtoll=yes
|
|
ac_cv_have_decl_strtoul=yes
|
|
ac_cv_have_decl_strtoull=yes
|
|
ac_cv_have_decl_strverscmp=yes
|
|
ac_cv_have_decl_vasprintf=yes
|
|
ac_cv_have_decl_vsnprintf=yes
|
|
ac_cv_have_x=have_x=no
|
|
ac_cv_header_cursesX_h=no
|
|
ac_cv_header_curses_h=no
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_elf_hp_h=no
|
|
ac_cv_header_execinfo_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_libunwind_ia64_h=no
|
|
ac_cv_header_linux_elf_h=yes
|
|
ac_cv_header_linux_perf_event_h=yes
|
|
ac_cv_header_locale_h=yes
|
|
ac_cv_header_machine_reg_h=no
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_minix_config_h=no
|
|
ac_cv_header_ncurses_h=no
|
|
ac_cv_header_ncurses_ncurses_h=no
|
|
ac_cv_header_ncurses_term_h=no
|
|
ac_cv_header_ncursesw_ncurses_h=no
|
|
ac_cv_header_nlist_h=no
|
|
ac_cv_header_poll_h=yes
|
|
ac_cv_header_proc_service_h=yes
|
|
ac_cv_header_pthread_h=yes
|
|
ac_cv_header_ptrace_h=no
|
|
ac_cv_header_signal_h=yes
|
|
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_debugreg_h=yes
|
|
ac_cv_header_sys_file_h=yes
|
|
ac_cv_header_sys_filio_h=no
|
|
ac_cv_header_sys_ioctl_h=yes
|
|
ac_cv_header_sys_param_h=yes
|
|
ac_cv_header_sys_poll_h=yes
|
|
ac_cv_header_sys_procctl_h=no
|
|
ac_cv_header_sys_procfs_h=yes
|
|
ac_cv_header_sys_ptrace_h=yes
|
|
ac_cv_header_sys_reg_h=yes
|
|
ac_cv_header_sys_resource_h=yes
|
|
ac_cv_header_sys_select_h=yes
|
|
ac_cv_header_sys_socket_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_sys_un_h=yes
|
|
ac_cv_header_sys_user_h=yes
|
|
ac_cv_header_sys_wait_h=yes
|
|
ac_cv_header_term_h=no
|
|
ac_cv_header_termios_h=yes
|
|
ac_cv_header_thread_db_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_header_vfork_h=no
|
|
ac_cv_header_wait_h=yes
|
|
ac_cv_header_windows_h=no
|
|
ac_cv_header_ws2tcpip_h=no
|
|
ac_cv_host=x86_64-pc-linux-gnu
|
|
ac_cv_lib_m_main=yes
|
|
ac_cv_libbabeltrace=no
|
|
ac_cv_libexpat=yes
|
|
ac_cv_libgmp=yes
|
|
ac_cv_libipt=no
|
|
ac_cv_liblzma=no
|
|
ac_cv_libmpfr=yes
|
|
ac_cv_libxxhash=no
|
|
ac_cv_member_struct_ptrace_lwpinfo_pl_syscall_code=no
|
|
ac_cv_member_struct_ptrace_lwpinfo_pl_tdname=no
|
|
ac_cv_member_struct_reg_r_fs=no
|
|
ac_cv_member_struct_reg_r_gs=no
|
|
ac_cv_member_struct_stat_st_blksize=yes
|
|
ac_cv_member_struct_stat_st_blocks=yes
|
|
ac_cv_member_struct_thread_td_pcb=no
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/usr/bin/grep -E'
|
|
ac_cv_path_GREP=/usr/bin/grep
|
|
ac_cv_path_SED=/usr/bin/sed
|
|
ac_cv_path_pkg_config_prog_path=missing
|
|
ac_cv_path_python_prog_path=missing
|
|
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_DLLTOOL=dlltool
|
|
ac_cv_prog_RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
|
|
ac_cv_prog_WINDRES=windres
|
|
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_safe_to_define___extensions__=yes
|
|
ac_cv_search_dlopen='none required'
|
|
ac_cv_search_dlsym='none required'
|
|
ac_cv_search_gethostbyname='none required'
|
|
ac_cv_search_kinfo_getfile=no
|
|
ac_cv_search_socketpair='none required'
|
|
ac_cv_search_tgetent=no
|
|
ac_cv_search_waddstr=no
|
|
ac_cv_sizeof_long_long=8
|
|
ac_cv_sizeof_unsigned___int128=16
|
|
ac_cv_sizeof_unsigned_long=8
|
|
ac_cv_sizeof_unsigned_long_long=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
|
|
ac_cv_type_long_long=yes
|
|
ac_cv_type_pid_t=yes
|
|
ac_cv_type_size_t=yes
|
|
ac_cv_type_socklen_t=yes
|
|
ac_cv_var__etext=yes
|
|
ac_cv_var_etext=yes
|
|
ac_cv_working_alloca_h=yes
|
|
acl_cv_hardcode_direct=no
|
|
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
acl_cv_hardcode_libdir_separator=
|
|
acl_cv_hardcode_minus_L=no
|
|
acl_cv_libext=a
|
|
acl_cv_path_LD=ld
|
|
acl_cv_prog_gnu_ld=yes
|
|
acl_cv_rpath=done
|
|
acl_cv_shlibext=so
|
|
acl_cv_wl=-Wl,
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_func_iconv=yes
|
|
am_cv_langinfo_codeset=yes
|
|
am_cv_lib_iconv=no
|
|
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
|
|
am_cv_proto_iconv_arg1=
|
|
am_cv_val_LC_MESSAGES=yes
|
|
ax_cv_PTHREAD_CLANG=no
|
|
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
|
|
ax_cv_PTHREAD_PRIO_INHERIT=yes
|
|
ax_cv_PTHREAD_SPECIAL_FLAGS=no
|
|
ax_cv_cxx_compile_cxx11=yes
|
|
bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
|
|
bfd_cv_have_sys_procfs_type_fpregset_t=no
|
|
bfd_cv_have_sys_procfs_type_gregset_t=no
|
|
bfd_cv_have_sys_procfs_type_lwpid_t=yes
|
|
bfd_cv_have_sys_procfs_type_prfpregset_t=yes
|
|
bfd_cv_have_sys_procfs_type_prgregset32_t=no
|
|
bfd_cv_have_sys_procfs_type_prgregset_t=yes
|
|
bfd_cv_have_sys_procfs_type_psaddr_t=yes
|
|
gdb_cv_c_long_double=yes
|
|
gdb_cv_c_long_long=yes
|
|
gdb_cv_compiler_type=gcc
|
|
gdb_cv_cxx_std_thread=yes
|
|
gdb_cv_execinfo_backtrace=yes
|
|
gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
|
|
gdb_cv_func_ptrace_ret=long
|
|
gdb_cv_func_sigsetjmp=yes
|
|
gdb_cv_have_makeinfo_click=yes
|
|
gdb_cv_have_pt_getdbregs=no
|
|
gdb_cv_have_ptrace_getfpxregs=yes
|
|
gdb_cv_have_ptrace_getregs=yes
|
|
gdb_cv_os_cygwin=no
|
|
gdb_cv_printf_has_decfloat=no
|
|
gdb_cv_printf_has_long_double=yes
|
|
gdb_cv_printf_has_long_long=yes
|
|
gdb_cv_scanf_has_long_double=yes
|
|
gdb_cv_struct_lwp=no
|
|
gdb_cv_struct_reg=no
|
|
gdb_cv_thread_db_h_has_td_notalloc=yes
|
|
gdb_cv_thread_db_h_has_td_notls=yes
|
|
gdb_cv_thread_db_h_has_td_version=yes
|
|
gdb_cv_var_elf=yes
|
|
gdb_cv_var_macho=no
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
CC='gcc'
|
|
CFLAGS='-g -O2 '
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PTHREAD_H=1'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/usr/bin/grep -E'
|
|
EXEEXT=''
|
|
EXTRA_RULES=''
|
|
GAS_TRANSFORM_NAME='riscv32-unknown-elf-as'
|
|
GREP='/usr/bin/grep'
|
|
LDFLAGS=' '
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LTLIBOBJS=''
|
|
NM_TRANSFORM_NAME='riscv32-unknown-elf-nm'
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME=''
|
|
PACKAGE_STRING=''
|
|
PACKAGE_TARNAME=''
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION=''
|
|
PATH_SEPARATOR=':'
|
|
READELF_TRANSFORM_NAME='riscv32-unknown-elf-readelf'
|
|
RPATH_ENVVAR='LD_LIBRARY_PATH'
|
|
SHELL='/bin/bash'
|
|
STRIP_TRANSFORM_NAME='riscv32-unknown-elf-strip'
|
|
ac_ct_CC=''
|
|
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}'
|
|
dvidir='${docdir}'
|
|
enable_libctf='yes'
|
|
exec_prefix='${prefix}'
|
|
host='x86_64-pc-linux-gnu'
|
|
host_alias='x86_64-pc-linux-gnu'
|
|
host_cpu='x86_64'
|
|
host_os='linux-gnu'
|
|
host_vendor='pc'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/opt/riscv'
|
|
program_transform_name='s&^&riscv32-unknown-elf-&'
|
|
psdir='${docdir}'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
subdirs=''
|
|
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'
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME ""
|
|
#define PACKAGE_TARNAME ""
|
|
#define PACKAGE_VERSION ""
|
|
#define PACKAGE_STRING ""
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#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 HAVE_PTHREAD_H 1
|
|
|
|
configure: exit 0
|