X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfigure;h=e480b1d9971a9de2b26f2778b87457dae4e0c108;hb=cbd7581f343d85b4216db2eefdf601f6d988062d;hp=6f3307b46226a7d5d0dca8f068b6998a8100e0e6;hpb=e044973b0cadb4c36c2a2c11e908d758b8cd75f9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/configure b/gas/configure index 6f3307b462..e480b1d997 100755 --- a/gas/configure +++ b/gas/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gas 2.32.51. +# Generated by GNU Autoconf 2.69 for gas 2.34.50. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='gas' PACKAGE_TARNAME='gas' -PACKAGE_VERSION='2.32.51' -PACKAGE_STRING='gas 2.32.51' +PACKAGE_VERSION='2.34.50' +PACKAGE_STRING='gas 2.34.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -808,6 +808,7 @@ enable_compressed_debug_sections enable_x86_relax_relocations enable_elf_stt_common enable_generate_build_notes +enable_mips_fix_loongson3_llsc enable_x86_used_note enable_default_riscv_attribute enable_werror @@ -1368,7 +1369,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gas 2.32.51 to adapt to many kinds of systems. +\`configure' configures gas 2.34.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1439,7 +1440,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gas 2.32.51:";; + short | recursive ) echo "Configuration of gas 2.34.50:";; esac cat <<\_ACEOF @@ -1471,6 +1472,8 @@ Optional Features: --enable-generate-build-notes generate GNU Build notes if none are provided by the input + --enable-mips-fix-loongson3-llsc + enable MIPS fix Loongson3 LLSC errata --enable-x86-used-note generate GNU x86 used ISA and feature properties --enable-default-riscv-attribute generate RISC-V arch attribute by default @@ -1573,7 +1576,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gas configure 2.32.51 +gas configure 2.34.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2038,7 +2041,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gas $as_me 2.32.51, which was +It was created by gas $as_me 2.34.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3985,7 +3988,7 @@ fi # Define the identity of the package. PACKAGE='gas' - VERSION='2.32.51' + VERSION='2.34.50' cat >>confdefs.h <<_ACEOF @@ -11340,7 +11343,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11343 "configure" +#line 11346 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11446,7 +11449,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11449 "configure" +#line 11452 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12114,6 +12117,17 @@ if test "${enable_generate_build_notes+set}" = set; then : esac fi +# Decide if the MIPS assembler should default to enable MIPS fix Loongson3 +# LLSC errata. +ac_default_mips_fix_loongson3_llsc=unset +# Provide a configuration option to override the default. +# Check whether --enable-mips-fix-loongson3-llsc was given. +if test "${enable_mips_fix_loongson3_llsc+set}" = set; then : + enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in + yes) ac_default_mips_fix_loongson3_llsc=1 ;; + no) ac_default_mips_fix_loongson3_llsc=0 ;; +esac +fi # Decide if the x86 ELF assembler should default to generating GNU x86 # used ISA and feature properties. @@ -12817,6 +12831,16 @@ _ACEOF done ;; + bpf) + if test $this_target = $target ; then + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_ARCH "${arch}" +_ACEOF + + fi + using_cgen=yes + ;; epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k) using_cgen=yes ;; @@ -12985,7 +13009,7 @@ $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h $as_echo "$enable_zol_ext" >&6; } ;; - aarch64 | i386 | riscv | s390 | sparc) + aarch64 | i386 | s390 | sparc) if test $this_target = $target ; then cat >>confdefs.h <<_ACEOF @@ -12995,6 +13019,56 @@ _ACEOF fi ;; + riscv) + # --target=riscv[32|64]-*-*. */ + if test $this_target = $target ; then + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_ARCH "${arch}" +_ACEOF + + fi + + # --with-arch=. The syntax of is same as Gas option -march. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5 +$as_echo_n "checking for default configuration of --with-arch... " >&6; } + if test "x${with_arch}" != x; then + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch" +_ACEOF + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5 +$as_echo "$with_arch" >&6; } + + # --with-isa-spec=[2.2|20190608|20191213]. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5 +$as_echo_n "checking for default configuration of --with-isa-spec... " >&6; } + if test "x${with_isa_spec}" != x; then + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec" +_ACEOF + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5 +$as_echo "$with_isa_spec" >&6; } + + # --with-priv-spec=[1.9|1.9.1|1.10|1.11]. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5 +$as_echo_n "checking for default configuration of --with-priv-spec... " >&6; } + if test "x${with_priv_spec}" != x; then + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec" +_ACEOF + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5 +$as_echo "$with_priv_spec" >&6; } + ;; + rl78) f=rl78-parse.o case " $extra_objects " in @@ -13131,6 +13205,15 @@ cat >>confdefs.h <<_ACEOF _ACEOF +if test ${ac_default_mips_fix_loongson3_llsc} = unset; then + ac_default_mips_fix_loongson3_llsc=0 +fi + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc +_ACEOF + + if test x$ac_default_compressed_debug_sections = xyes ; then $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h @@ -15672,7 +15755,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gas $as_me 2.32.51, which was +This file was extended by gas $as_me 2.34.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15738,7 +15821,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gas config.status 2.32.51 +gas config.status 2.34.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"