X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fconfigure;h=3162aff98294fa4840a8a3b7c6867cf52443c4a1;hb=refs%2Ftags%2Fsubmit%2Ftizen_base%2F20190724.060247;hp=3e033247c3c1728691516bb3167b51f0f8e53f64;hpb=65f8a066408cc0964a1c142188bfab9081f37aae;p=external%2Fbinutils.git diff --git a/bfd/configure b/bfd/configure index 3e03324..3162aff 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for bfd 2.27.51. +# Generated by GNU Autoconf 2.64 for bfd 2.27. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -556,8 +556,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bfd' PACKAGE_TARNAME='bfd' -PACKAGE_VERSION='2.27.51' -PACKAGE_STRING='bfd 2.27.51' +PACKAGE_VERSION='2.27' +PACKAGE_STRING='bfd 2.27' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -793,6 +793,7 @@ enable_64_bit_archive with_mmap enable_secureplt enable_leading_mingw64_underscores +enable_annobin_verification with_separate_debug_dir with_pkgversion with_bugurl @@ -1353,7 +1354,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 bfd 2.27.51 to adapt to many kinds of systems. +\`configure' configures bfd 2.27 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1424,7 +1425,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.27.51:";; + short | recursive ) echo "Configuration of bfd 2.27:";; esac cat <<\_ACEOF @@ -1447,6 +1448,9 @@ Optional Features: --enable-secureplt Default to creating read-only plt entries --enable-leading-mingw64-underscores Enable leading underscores on 64 bit mingw targets + --enable-annobin-verification[=warn|strict] + enable runtime checks with dynamic notes generated + by annobin plugin --enable-werror treat compile warnings as errors --enable-build-warnings enable build-time compiler warnings --enable-maintainer-mode enable make rules and dependencies not useful @@ -1545,7 +1549,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.27.51 +bfd configure 2.27 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2187,7 +2191,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 bfd $as_me 2.27.51, which was +It was created by bfd $as_me 2.27, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -3996,7 +4000,7 @@ fi # Define the identity of the package. PACKAGE='bfd' - VERSION='2.27.51' + VERSION='2.27' cat >>confdefs.h <<_ACEOF @@ -11427,7 +11431,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11430 "configure" +#line 11434 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11533,7 +11537,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11536 "configure" +#line 11540 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12181,6 +12185,31 @@ $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h fi +# Check whether --enable-annobin_verification was given. +if test "${enable_annobin_verification+set}" = set; then : + enableval=$enable_annobin_verification; case "${enableval}" in + yes | warn | "" ) annobin_verification=warn ;; + strict ) annobin_verification=strict ;; + no) annobin_verification=no ;; + *) annobin_verification=no ;; + esac +else + annobin_verification=no +fi + +if test "$annobin_verification" = "yes" || + test "$annobin_verification" = "warn" || + test "$annobin_verification" = "strict"; then + +$as_echo "#define ENABLE_ANNOBIN_VERIFICATION 1" >>confdefs.h + + if test "$annobin_verification" = "strict"; then + +$as_echo "#define ENABLE_ANNOBIN_VERIFICATION_STRICT 1" >>confdefs.h + + fi +fi + DEBUGDIR=${libdir}/debug # Check whether --with-separate-debug-dir was given. @@ -14190,7 +14219,7 @@ selarchs="$f" # Target backend .o files. tb= -elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo +elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-properties.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo" coffgen="coffgen.lo dwarf2.lo" coff="cofflink.lo $coffgen" @@ -16576,7 +16605,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 bfd $as_me 2.27.51, which was +This file was extended by bfd $as_me 2.27, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16640,7 +16669,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -bfd config.status 2.27.51 +bfd config.status 2.27 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"