< prev index next >

common/autoconf/generated-configure.sh

Print this page




 673 ALSA_LIBS
 674 ALSA_CFLAGS
 675 FREETYPE_BUNDLE_LIB_PATH
 676 FREETYPE_LIBS
 677 FREETYPE_CFLAGS
 678 CUPS_CFLAGS
 679 X_EXTRA_LIBS
 680 X_LIBS
 681 X_PRE_LIBS
 682 X_CFLAGS
 683 XMKMF
 684 MSVCP_DLL
 685 MSVCR_DLL
 686 LIBCXX
 687 STATIC_CXX_SETTING
 688 FIXPATH_DETACH_FLAG
 689 FIXPATH
 690 GCOV_ENABLED
 691 ZIP_DEBUGINFO_FILES
 692 ENABLE_DEBUG_SYMBOLS



 693 CFLAGS_WARNINGS_ARE_ERRORS
 694 DISABLE_WARNING_PREFIX
 695 HOTSPOT_SET_WARNINGS_AS_ERRORS
 696 WARNINGS_AS_ERRORS
 697 COMPILER_SUPPORTS_TARGET_BITS_FLAG
 698 ZERO_ARCHFLAG
 699 LDFLAGS_TESTEXE
 700 LDFLAGS_TESTLIB
 701 LDFLAGS_CXX_JDK
 702 JDKEXE_LIBS
 703 JDKLIB_LIBS
 704 LDFLAGS_JDKEXE
 705 LDFLAGS_JDKLIB
 706 CXXFLAGS_TESTEXE
 707 CXXFLAGS_TESTLIB
 708 CFLAGS_TESTEXE
 709 CFLAGS_TESTLIB
 710 CXXFLAGS_JDKEXE
 711 CXXFLAGS_JDKLIB
 712 CFLAGS_JDKEXE


1077 with_add_source_root
1078 with_override_source_root
1079 with_adds_and_overrides
1080 with_override_langtools
1081 with_override_corba
1082 with_override_jaxp
1083 with_override_jaxws
1084 with_override_hotspot
1085 with_override_nashorn
1086 with_override_jdk
1087 with_import_hotspot
1088 enable_static_build
1089 with_toolchain_type
1090 with_extra_cflags
1091 with_extra_cxxflags
1092 with_extra_ldflags
1093 with_toolchain_version
1094 with_build_devkit
1095 with_jtreg
1096 enable_warnings_as_errors

1097 enable_debug_symbols
1098 enable_zip_debug_info
1099 enable_native_coverage
1100 with_stdc__lib
1101 with_msvcr_dll
1102 with_msvcp_dll
1103 with_x
1104 with_cups
1105 with_cups_include
1106 with_freetype
1107 with_freetype_include
1108 with_freetype_lib
1109 with_freetype_src
1110 enable_freetype_bundling
1111 with_alsa
1112 with_alsa_include
1113 with_alsa_lib
1114 with_libffi
1115 with_libffi_include
1116 with_libffi_lib


1857   cat <<\_ACEOF
1858 
1859 Optional Features:
1860   --disable-option-checking  ignore unrecognized --enable/--with options
1861   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1862   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1863   --enable-openjdk-only   suppress building custom source even if present
1864                           [disabled]
1865   --enable-debug          set the debug level to fastdebug (shorthand for
1866                           --with-debug-level=fastdebug) [disabled]
1867   --disable-headful       disable building headful support (graphical UI
1868                           support) [enabled]
1869   --enable-hotspot-test-in-build
1870                           run the Queens test after Hotspot build [disabled]
1871   --enable-unlimited-crypto
1872                           Enable unlimited crypto policy [disabled]
1873   --enable-static-build   enable static library build [disabled]
1874   --disable-warnings-as-errors
1875                           do not consider native warnings to be an error
1876                           [enabled]
1877   --disable-debug-symbols disable generation of debug symbols [enabled]
1878   --disable-zip-debug-info
1879                           disable zipping of debug-info files [enabled]

1880   --enable-native-coverage
1881                           enable native compilation with code coverage
1882                           data[disabled]
1883   --disable-freetype-bundling
1884                           disable bundling of the freetype library with the
1885                           build result [enabled on Windows or when using
1886                           --with-freetype, disabled otherwise]
1887   --enable-sjavac         use sjavac to do fast incremental compiles
1888                           [disabled]
1889   --disable-javac-server  disable javac server [enabled]
1890   --enable-icecc          enable distribted compilation of native code using
1891                           icecc/icecream [disabled]
1892   --disable-precompiled-headers
1893                           disable using precompiled headers when compiling C++
1894                           [enabled]
1895   --enable-ccache         enable using ccache to speed up recompilations
1896                           [disabled]
1897 
1898 Optional Packages:
1899   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]


1951   --with-override-hotspot Deprecated. Option is kept for backwards
1952                           compatibility and is ignored
1953   --with-override-nashorn Deprecated. Option is kept for backwards
1954                           compatibility and is ignored
1955   --with-override-jdk     Deprecated. Option is kept for backwards
1956                           compatibility and is ignored
1957   --with-import-hotspot   import hotspot binaries from this jdk image or
1958                           hotspot build dist dir instead of building from
1959                           source
1960   --with-toolchain-type   the toolchain type (or family) to use, use '--help'
1961                           to show possible values [platform dependent]
1962   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1963   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1964   --with-extra-ldflags    extra flags to be used when linking jdk
1965   --with-toolchain-version
1966                           the version of the toolchain to look for, use
1967                           '--help' to show possible values [platform
1968                           dependent]
1969   --with-build-devkit     Devkit to use for the build platform toolchain
1970   --with-jtreg            Regression Test Harness [probed]



1971   --with-stdc++lib=<static>,<dynamic>,<default>
1972                           force linking of the C++ runtime on Linux to either
1973                           static or dynamic, default is static with dynamic as
1974                           fallback
1975   --with-msvcr-dll        path to microsoft C runtime dll (msvcr*.dll)
1976                           (Windows only) [probed]
1977   --with-msvcp-dll        path to microsoft C++ runtime dll (msvcp*.dll)
1978                           (Windows only) [probed]
1979   --with-x                use the X Window System
1980   --with-cups             specify prefix directory for the cups package
1981                           (expecting the headers under PATH/include)
1982   --with-cups-include     specify directory for the cups include files
1983   --with-freetype         specify prefix directory for the freetype package
1984                           (expecting the libraries under PATH/lib and the
1985                           headers under PATH/include)
1986   --with-freetype-include specify directory for the freetype include files
1987   --with-freetype-lib     specify directory for the freetype library
1988   --with-freetype-src     specify directory with freetype sources to
1989                           automatically build the library (experimental,
1990                           Windows-only)


4623 
4624 
4625 
4626 
4627 
4628 
4629 
4630 
4631 
4632 
4633 
4634 
4635 
4636 
4637 # This line needs to be here, verbatim, after all includes and the dummy hook
4638 # definitions. It is replaced with custom functionality when building
4639 # custom sources.
4640 #CUSTOM_AUTOCONF_INCLUDE
4641 
4642 # Do not change or remove the following line, it is needed for consistency checks:
4643 DATE_WHEN_GENERATED=1448463381
4644 
4645 ###############################################################################
4646 #
4647 # Initialization / Boot-strapping
4648 #
4649 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4650 # thus it jumps back and forth, each time gaining something needed later on.
4651 #
4652 ###############################################################################
4653 
4654 # If we are requested to print additional help, do that and then exit.
4655 # This must be the very first call.
4656 
4657   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4658     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4659     $PRINTF "Which are valid to use depends on the build platform.\n"
4660     for toolchain in $VALID_TOOLCHAINS_all; do
4661       # Use indirect variable referencing
4662       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4663       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}


46988 
46989       if test "x$BUILD_CC_CAN_DISABLE_WARNINGS" = "xtrue"; then
46990         BUILD_CC_DISABLE_WARNING_PREFIX="-Wno-"
46991       else
46992         BUILD_CC_DISABLE_WARNING_PREFIX=
46993       fi
46994       CC="$CC_OLD"
46995       ;;
46996     clang)
46997       DISABLE_WARNING_PREFIX="-Wno-"
46998       CFLAGS_WARNINGS_ARE_ERRORS="-Werror"
46999       ;;
47000   esac
47001 
47002 
47003 
47004 
47005 # Setup debug symbols (need objcopy from the toolchain for that)
47006 
47007   #
47008   # ENABLE_DEBUG_SYMBOLS
47009   # This must be done after the toolchain is setup, since we're looking at objcopy.
47010   #
47011   # Check whether --enable-debug-symbols was given.
47012 if test "${enable_debug_symbols+set}" = set; then :
47013   enableval=$enable_debug_symbols;





47014 fi
47015 



47016 
47017   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should generate debug symbols" >&5
47018 $as_echo_n "checking if we should generate debug symbols... " >&6; }
47019 
47020   if test "x$enable_debug_symbols" = "xyes" && test "x$OBJCOPY" = x; then
47021     # explicit enabling of enable-debug-symbols and can't find objcopy
47022     #   this is an error
47023     as_fn_error $? "Unable to find objcopy, cannot enable debug-symbols" "$LINENO" 5
47024   fi
47025 
47026   if test "x$enable_debug_symbols" = "xyes"; then
47027     ENABLE_DEBUG_SYMBOLS=true
47028   elif test "x$enable_debug_symbols" = "xno"; then



47029     ENABLE_DEBUG_SYMBOLS=false
47030   else
47031     # Default is on if objcopy is found
47032     if test "x$OBJCOPY" != x; then
47033       ENABLE_DEBUG_SYMBOLS=true
47034     # MacOS X and Windows don't use objcopy but default is on for those OSes
47035     elif test "x$OPENJDK_TARGET_OS" = xmacosx || test "x$OPENJDK_TARGET_OS" = xwindows; then











47036       ENABLE_DEBUG_SYMBOLS=true



47037     else
47038       ENABLE_DEBUG_SYMBOLS=false
47039     fi












47040   fi
47041 
47042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_DEBUG_SYMBOLS" >&5
47043 $as_echo "$ENABLE_DEBUG_SYMBOLS" >&6; }
47044 
47045   #
47046   # ZIP_DEBUGINFO_FILES
47047   #
47048   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should zip debug-info files" >&5
47049 $as_echo_n "checking if we should zip debug-info files... " >&6; }
47050   # Check whether --enable-zip-debug-info was given.
47051 if test "${enable_zip_debug_info+set}" = set; then :
47052   enableval=$enable_zip_debug_info; enable_zip_debug_info="${enableval}"
47053 else
47054   enable_zip_debug_info="yes"
47055 fi
47056 
47057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_zip_debug_info}" >&5
47058 $as_echo "${enable_zip_debug_info}" >&6; }
47059 
47060   if test "x${enable_zip_debug_info}" = "xno"; then
47061     ZIP_DEBUGINFO_FILES=false
47062   else
47063     ZIP_DEBUGINFO_FILES=true
47064   fi




47065 
47066 
47067 
47068 
47069 
47070   # Check whether --enable-native-coverage was given.
47071 if test "${enable_native_coverage+set}" = set; then :
47072   enableval=$enable_native_coverage;
47073 fi
47074 
47075   GCOV_ENABLED="false"
47076   if test "x$enable_native_coverage" = "xyes"; then
47077     if test "x$TOOLCHAIN_TYPE" = "xgcc"; then
47078       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if native coverage is enabled" >&5
47079 $as_echo_n "checking if native coverage is enabled... " >&6; }
47080       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
47081 $as_echo "yes" >&6; }
47082       GCOV_CFLAGS="-fprofile-arcs -ftest-coverage -fno-inline"
47083       GCOV_LDFLAGS="-fprofile-arcs"
47084       LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $GCOV_CFLAGS"




 673 ALSA_LIBS
 674 ALSA_CFLAGS
 675 FREETYPE_BUNDLE_LIB_PATH
 676 FREETYPE_LIBS
 677 FREETYPE_CFLAGS
 678 CUPS_CFLAGS
 679 X_EXTRA_LIBS
 680 X_LIBS
 681 X_PRE_LIBS
 682 X_CFLAGS
 683 XMKMF
 684 MSVCP_DLL
 685 MSVCR_DLL
 686 LIBCXX
 687 STATIC_CXX_SETTING
 688 FIXPATH_DETACH_FLAG
 689 FIXPATH
 690 GCOV_ENABLED
 691 ZIP_DEBUGINFO_FILES
 692 ENABLE_DEBUG_SYMBOLS
 693 STRIP_POLICY
 694 DEBUG_BINARIES
 695 NATIVE_DEBUG_SYMBOLS
 696 CFLAGS_WARNINGS_ARE_ERRORS
 697 DISABLE_WARNING_PREFIX
 698 HOTSPOT_SET_WARNINGS_AS_ERRORS
 699 WARNINGS_AS_ERRORS
 700 COMPILER_SUPPORTS_TARGET_BITS_FLAG
 701 ZERO_ARCHFLAG
 702 LDFLAGS_TESTEXE
 703 LDFLAGS_TESTLIB
 704 LDFLAGS_CXX_JDK
 705 JDKEXE_LIBS
 706 JDKLIB_LIBS
 707 LDFLAGS_JDKEXE
 708 LDFLAGS_JDKLIB
 709 CXXFLAGS_TESTEXE
 710 CXXFLAGS_TESTLIB
 711 CFLAGS_TESTEXE
 712 CFLAGS_TESTLIB
 713 CXXFLAGS_JDKEXE
 714 CXXFLAGS_JDKLIB
 715 CFLAGS_JDKEXE


1080 with_add_source_root
1081 with_override_source_root
1082 with_adds_and_overrides
1083 with_override_langtools
1084 with_override_corba
1085 with_override_jaxp
1086 with_override_jaxws
1087 with_override_hotspot
1088 with_override_nashorn
1089 with_override_jdk
1090 with_import_hotspot
1091 enable_static_build
1092 with_toolchain_type
1093 with_extra_cflags
1094 with_extra_cxxflags
1095 with_extra_ldflags
1096 with_toolchain_version
1097 with_build_devkit
1098 with_jtreg
1099 enable_warnings_as_errors
1100 with_native_debug_symbols
1101 enable_debug_symbols
1102 enable_zip_debug_info
1103 enable_native_coverage
1104 with_stdc__lib
1105 with_msvcr_dll
1106 with_msvcp_dll
1107 with_x
1108 with_cups
1109 with_cups_include
1110 with_freetype
1111 with_freetype_include
1112 with_freetype_lib
1113 with_freetype_src
1114 enable_freetype_bundling
1115 with_alsa
1116 with_alsa_include
1117 with_alsa_lib
1118 with_libffi
1119 with_libffi_include
1120 with_libffi_lib


1861   cat <<\_ACEOF
1862 
1863 Optional Features:
1864   --disable-option-checking  ignore unrecognized --enable/--with options
1865   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1866   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1867   --enable-openjdk-only   suppress building custom source even if present
1868                           [disabled]
1869   --enable-debug          set the debug level to fastdebug (shorthand for
1870                           --with-debug-level=fastdebug) [disabled]
1871   --disable-headful       disable building headful support (graphical UI
1872                           support) [enabled]
1873   --enable-hotspot-test-in-build
1874                           run the Queens test after Hotspot build [disabled]
1875   --enable-unlimited-crypto
1876                           Enable unlimited crypto policy [disabled]
1877   --enable-static-build   enable static library build [disabled]
1878   --disable-warnings-as-errors
1879                           do not consider native warnings to be an error
1880                           [enabled]
1881   --enable-debug-symbols  Deprecated. Option is kept for backwards
1882                           compatibility and is ignored
1883   --enable-zip-debug-info Deprecated. Option is kept for backwards
1884                           compatibility and is ignored
1885   --enable-native-coverage
1886                           enable native compilation with code coverage
1887                           data[disabled]
1888   --disable-freetype-bundling
1889                           disable bundling of the freetype library with the
1890                           build result [enabled on Windows or when using
1891                           --with-freetype, disabled otherwise]
1892   --enable-sjavac         use sjavac to do fast incremental compiles
1893                           [disabled]
1894   --disable-javac-server  disable javac server [enabled]
1895   --enable-icecc          enable distribted compilation of native code using
1896                           icecc/icecream [disabled]
1897   --disable-precompiled-headers
1898                           disable using precompiled headers when compiling C++
1899                           [enabled]
1900   --enable-ccache         enable using ccache to speed up recompilations
1901                           [disabled]
1902 
1903 Optional Packages:
1904   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]


1956   --with-override-hotspot Deprecated. Option is kept for backwards
1957                           compatibility and is ignored
1958   --with-override-nashorn Deprecated. Option is kept for backwards
1959                           compatibility and is ignored
1960   --with-override-jdk     Deprecated. Option is kept for backwards
1961                           compatibility and is ignored
1962   --with-import-hotspot   import hotspot binaries from this jdk image or
1963                           hotspot build dist dir instead of building from
1964                           source
1965   --with-toolchain-type   the toolchain type (or family) to use, use '--help'
1966                           to show possible values [platform dependent]
1967   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1968   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1969   --with-extra-ldflags    extra flags to be used when linking jdk
1970   --with-toolchain-version
1971                           the version of the toolchain to look for, use
1972                           '--help' to show possible values [platform
1973                           dependent]
1974   --with-build-devkit     Devkit to use for the build platform toolchain
1975   --with-jtreg            Regression Test Harness [probed]
1976   --with-native-debug-symbols
1977                           set the native debug symbol configuration (none,
1978                           internal, external, zipped) [zipped]
1979   --with-stdc++lib=<static>,<dynamic>,<default>
1980                           force linking of the C++ runtime on Linux to either
1981                           static or dynamic, default is static with dynamic as
1982                           fallback
1983   --with-msvcr-dll        path to microsoft C runtime dll (msvcr*.dll)
1984                           (Windows only) [probed]
1985   --with-msvcp-dll        path to microsoft C++ runtime dll (msvcp*.dll)
1986                           (Windows only) [probed]
1987   --with-x                use the X Window System
1988   --with-cups             specify prefix directory for the cups package
1989                           (expecting the headers under PATH/include)
1990   --with-cups-include     specify directory for the cups include files
1991   --with-freetype         specify prefix directory for the freetype package
1992                           (expecting the libraries under PATH/lib and the
1993                           headers under PATH/include)
1994   --with-freetype-include specify directory for the freetype include files
1995   --with-freetype-lib     specify directory for the freetype library
1996   --with-freetype-src     specify directory with freetype sources to
1997                           automatically build the library (experimental,
1998                           Windows-only)


4631 
4632 
4633 
4634 
4635 
4636 
4637 
4638 
4639 
4640 
4641 
4642 
4643 
4644 
4645 # This line needs to be here, verbatim, after all includes and the dummy hook
4646 # definitions. It is replaced with custom functionality when building
4647 # custom sources.
4648 #CUSTOM_AUTOCONF_INCLUDE
4649 
4650 # Do not change or remove the following line, it is needed for consistency checks:
4651 DATE_WHEN_GENERATED=1448889620
4652 
4653 ###############################################################################
4654 #
4655 # Initialization / Boot-strapping
4656 #
4657 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4658 # thus it jumps back and forth, each time gaining something needed later on.
4659 #
4660 ###############################################################################
4661 
4662 # If we are requested to print additional help, do that and then exit.
4663 # This must be the very first call.
4664 
4665   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4666     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4667     $PRINTF "Which are valid to use depends on the build platform.\n"
4668     for toolchain in $VALID_TOOLCHAINS_all; do
4669       # Use indirect variable referencing
4670       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4671       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}


46996 
46997       if test "x$BUILD_CC_CAN_DISABLE_WARNINGS" = "xtrue"; then
46998         BUILD_CC_DISABLE_WARNING_PREFIX="-Wno-"
46999       else
47000         BUILD_CC_DISABLE_WARNING_PREFIX=
47001       fi
47002       CC="$CC_OLD"
47003       ;;
47004     clang)
47005       DISABLE_WARNING_PREFIX="-Wno-"
47006       CFLAGS_WARNINGS_ARE_ERRORS="-Werror"
47007       ;;
47008   esac
47009 
47010 
47011 
47012 
47013 # Setup debug symbols (need objcopy from the toolchain for that)
47014 
47015   #
47016   # NATIVE_DEBUG_SYMBOLS

47017   #
47018   { $as_echo "$as_me:${as_lineno-$LINENO}: checking what type of native debug symbols to use" >&5
47019 $as_echo_n "checking what type of native debug symbols to use... " >&6; }
47020 
47021 # Check whether --with-native-debug-symbols was given.
47022 if test "${with_native_debug_symbols+set}" = set; then :
47023   withval=$with_native_debug_symbols;
47024 else
47025   with_native_debug_symbols="zipped"
47026 fi
47027 
47028   NATIVE_DEBUG_SYMBOLS=$with_native_debug_symbols
47029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NATIVE_DEBUG_SYMBOLS" >&5
47030 $as_echo "$NATIVE_DEBUG_SYMBOLS" >&6; }
47031 
47032   if test "x$NATIVE_DEBUG_SYMBOLS" = xzipped; then

47033 
47034     if test "x$OBJCOPY" = x; then
47035       # explicit enabling of enable-debug-symbols and can't find objcopy
47036       # this is an error
47037       as_fn_error $? "Unable to find objcopy, cannot enable debug-symbols" "$LINENO" 5
47038     fi
47039 

47040     ENABLE_DEBUG_SYMBOLS=true
47041     ZIP_DEBUGINFO_FILES=true
47042     DEBUG_BINARIES=true
47043     STRIP_POLICY=min_strip
47044   elif test "x$NATIVE_DEBUG_SYMBOLS" = xnone; then
47045     ENABLE_DEBUG_SYMBOLS=false
47046     ZIP_DEBUGINFO_FILES=false
47047     DEBUG_BINARIES=false
47048     STRIP_POLICY=no_strip
47049   elif test "x$NATIVE_DEBUG_SYMBOLS" = xinternal; then
47050     ENABLE_DEBUG_SYMBOLS=false  # -g option only
47051     ZIP_DEBUGINFO_FILES=false
47052     DEBUG_BINARIES=true
47053     STRIP_POLICY=no_strip
47054     STRIP=""
47055   elif test "x$NATIVE_DEBUG_SYMBOLS" = xexternal; then
47056 
47057     if test "x$OBJCOPY" = x; then
47058       # explicit enabling of enable-debug-symbols and can't find objcopy
47059       # this is an error
47060       as_fn_error $? "Unable to find objcopy, cannot enable debug-symbols" "$LINENO" 5
47061     fi
47062 
47063     ENABLE_DEBUG_SYMBOLS=true
47064     ZIP_DEBUGINFO_FILES=false
47065     DEBUG_BINARIES=true
47066     STRIP_POLICY=min_strip
47067   else
47068     as_fn_error $? "Allowed native debug symbols are: none, internal, external, zipped" "$LINENO" 5
47069   fi
47070 
47071   # --enable-debug-symbols is deprecated.
47072   # Please use --with-debug-symbols=[internal,external,zipped] .
47073 
47074   # Check whether --enable-debug-symbols was given.
47075 if test "${enable_debug_symbols+set}" = set; then :
47076   enableval=$enable_debug_symbols;
47077 fi
47078 
47079   if test "x$enable_debug_symbols" != x; then
47080     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --enable-debug-symbols is deprecated and will be ignored." >&5
47081 $as_echo "$as_me: WARNING: Option --enable-debug-symbols is deprecated and will be ignored." >&2;}
47082   fi
47083 


47084 
47085   # --enable-zip-debug-info is deprecated.
47086   # Please use --with-debug-symbols=zipped .
47087 


47088   # Check whether --enable-zip-debug-info was given.
47089 if test "${enable_zip_debug_info+set}" = set; then :
47090   enableval=$enable_zip_debug_info;


47091 fi
47092 
47093   if test "x$enable_zip_debug_info" != x; then
47094     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --enable-zip-debug-info is deprecated and will be ignored." >&5
47095 $as_echo "$as_me: WARNING: Option --enable-zip-debug-info is deprecated and will be ignored." >&2;}




47096   fi
47097 
47098 
47099 
47100 
47101 
47102 
47103 
47104 
47105 
47106   # Check whether --enable-native-coverage was given.
47107 if test "${enable_native_coverage+set}" = set; then :
47108   enableval=$enable_native_coverage;
47109 fi
47110 
47111   GCOV_ENABLED="false"
47112   if test "x$enable_native_coverage" = "xyes"; then
47113     if test "x$TOOLCHAIN_TYPE" = "xgcc"; then
47114       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if native coverage is enabled" >&5
47115 $as_echo_n "checking if native coverage is enabled... " >&6; }
47116       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
47117 $as_echo "yes" >&6; }
47118       GCOV_CFLAGS="-fprofile-arcs -ftest-coverage -fno-inline"
47119       GCOV_LDFLAGS="-fprofile-arcs"
47120       LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $GCOV_CFLAGS"


< prev index next >