common/autoconf/generated-configure.sh

changeset 2482
5f55e79422a0
parent 2481
72fbf717acb0
child 2487
a013ce3462fc
     1.1 --- a/common/autoconf/generated-configure.sh	Mon Jan 20 11:31:14 2020 +0100
     1.2 +++ b/common/autoconf/generated-configure.sh	Fri Sep 27 16:20:32 2019 +0200
     1.3 @@ -689,6 +689,7 @@
     1.4  FDLIBM_CFLAGS
     1.5  NO_LIFETIME_DSE_CFLAG
     1.6  NO_DELETE_NULL_POINTER_CHECKS_CFLAG
     1.7 +LEGACY_EXTRA_ASFLAGS
     1.8  LEGACY_EXTRA_LDFLAGS
     1.9  LEGACY_EXTRA_CXXFLAGS
    1.10  LEGACY_EXTRA_CFLAGS
    1.11 @@ -1085,6 +1086,7 @@
    1.12  with_extra_cflags
    1.13  with_extra_cxxflags
    1.14  with_extra_ldflags
    1.15 +with_extra_asflags
    1.16  enable_debug_symbols
    1.17  enable_zip_debug_info
    1.18  with_native_debug_symbols
    1.19 @@ -1947,6 +1949,7 @@
    1.20    --with-extra-cflags     extra flags to be used when compiling jdk c-files
    1.21    --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
    1.22    --with-extra-ldflags    extra flags to be used when linking jdk
    1.23 +  --with-extra-asflags    extra flags to be passed to the assembler
    1.24    --with-native-debug-symbols
    1.25                            set the native debug symbol configuration (none,
    1.26                            internal, external, zipped) [varying]
    1.27 @@ -4376,7 +4379,7 @@
    1.28  #CUSTOM_AUTOCONF_INCLUDE
    1.29  
    1.30  # Do not change or remove the following line, it is needed for consistency checks:
    1.31 -DATE_WHEN_GENERATED=1579512479
    1.32 +DATE_WHEN_GENERATED=1579517558
    1.33  
    1.34  ###############################################################################
    1.35  #
    1.36 @@ -41499,6 +41502,12 @@
    1.37    fi
    1.38  
    1.39  
    1.40 +  if test "x$ASFLAGS" != "x"; then
    1.41 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Ignoring ASFLAGS($ASFLAGS) found in environment. Use --with-extra-asflags" >&5
    1.42 +$as_echo "$as_me: WARNING: Ignoring ASFLAGS($ASFLAGS) found in environment. Use --with-extra-asflags" >&2;}
    1.43 +  fi
    1.44 +
    1.45 +
    1.46  # Check whether --with-extra-cflags was given.
    1.47  if test "${with_extra_cflags+set}" = set; then :
    1.48    withval=$with_extra_cflags;
    1.49 @@ -41519,6 +41528,13 @@
    1.50  fi
    1.51  
    1.52  
    1.53 +
    1.54 +# Check whether --with-extra-asflags was given.
    1.55 +if test "${with_extra_asflags+set}" = set; then :
    1.56 +  withval=$with_extra_asflags;
    1.57 +fi
    1.58 +
    1.59 +
    1.60    CFLAGS_JDK="${CFLAGS_JDK} $with_extra_cflags"
    1.61    CXXFLAGS_JDK="${CXXFLAGS_JDK} $with_extra_cxxflags"
    1.62    LDFLAGS_JDK="${LDFLAGS_JDK} $with_extra_ldflags"
    1.63 @@ -41527,6 +41543,8 @@
    1.64    LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $with_extra_cflags"
    1.65    LEGACY_EXTRA_CXXFLAGS="$LEGACY_EXTRA_CXXFLAGS $with_extra_cxxflags"
    1.66    LEGACY_EXTRA_LDFLAGS="$LEGACY_EXTRA_LDFLAGS $with_extra_ldflags"
    1.67 +  LEGACY_EXTRA_ASFLAGS="$with_extra_asflags"
    1.68 +
    1.69  
    1.70  
    1.71  

mercurial