< prev index next >

common/autoconf/generated-configure.sh

Print this page




 664 LLVM_CONFIG
 665 LIBFFI_LIBS
 666 LIBFFI_CFLAGS
 667 ALSA_LIBS
 668 ALSA_CFLAGS
 669 FREETYPE_BUNDLE_LIB_PATH
 670 FREETYPE_LIBS
 671 FREETYPE_CFLAGS
 672 CUPS_CFLAGS
 673 X_EXTRA_LIBS
 674 X_LIBS
 675 X_PRE_LIBS
 676 X_CFLAGS
 677 XMKMF
 678 MSVCP_DLL
 679 MSVCR_DLL
 680 LIBCXX
 681 STATIC_CXX_SETTING
 682 FIXPATH
 683 GCOV_ENABLED

 684 ZIP_DEBUGINFO_FILES
 685 ENABLE_DEBUG_SYMBOLS
 686 CFLAGS_WARNINGS_ARE_ERRORS
 687 DISABLE_WARNING_PREFIX
 688 HOTSPOT_SET_WARNINGS_AS_ERRORS
 689 WARNINGS_AS_ERRORS
 690 COMPILER_SUPPORTS_TARGET_BITS_FLAG
 691 ZERO_ARCHFLAG
 692 LDFLAGS_TESTEXE
 693 LDFLAGS_TESTLIB
 694 LDFLAGS_CXX_JDK
 695 JDKEXE_LIBS
 696 JDKLIB_LIBS
 697 LDFLAGS_JDKEXE
 698 LDFLAGS_JDKLIB
 699 CXXFLAGS_TESTEXE
 700 CXXFLAGS_TESTLIB
 701 CFLAGS_TESTEXE
 702 CFLAGS_TESTLIB
 703 CXXFLAGS_JDKEXE


1069 with_adds_and_overrides
1070 with_override_langtools
1071 with_override_corba
1072 with_override_jaxp
1073 with_override_jaxws
1074 with_override_hotspot
1075 with_override_nashorn
1076 with_override_jdk
1077 with_import_hotspot
1078 enable_static_build
1079 with_toolchain_type
1080 with_extra_cflags
1081 with_extra_cxxflags
1082 with_extra_ldflags
1083 with_toolchain_version
1084 with_build_devkit
1085 with_jtreg
1086 enable_warnings_as_errors
1087 enable_debug_symbols
1088 enable_zip_debug_info

1089 enable_native_coverage
1090 with_stdc__lib
1091 with_msvcr_dll
1092 with_msvcp_dll
1093 with_x
1094 with_cups
1095 with_cups_include
1096 with_freetype
1097 with_freetype_include
1098 with_freetype_lib
1099 with_freetype_src
1100 enable_freetype_bundling
1101 with_alsa
1102 with_alsa_include
1103 with_alsa_lib
1104 with_libffi
1105 with_libffi_include
1106 with_libffi_lib
1107 with_libjpeg
1108 with_giflib


1934   --with-override-hotspot Deprecated. Option is kept for backwards
1935                           compatibility and is ignored
1936   --with-override-nashorn Deprecated. Option is kept for backwards
1937                           compatibility and is ignored
1938   --with-override-jdk     Deprecated. Option is kept for backwards
1939                           compatibility and is ignored
1940   --with-import-hotspot   import hotspot binaries from this jdk image or
1941                           hotspot build dist dir instead of building from
1942                           source
1943   --with-toolchain-type   the toolchain type (or family) to use, use '--help'
1944                           to show possible values [platform dependent]
1945   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1946   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1947   --with-extra-ldflags    extra flags to be used when linking jdk
1948   --with-toolchain-version
1949                           the version of the toolchain to look for, use
1950                           '--help' to show possible values [platform
1951                           dependent]
1952   --with-build-devkit     Devkit to use for the build platform toolchain
1953   --with-jtreg            Regression Test Harness [probed]


1954   --with-stdc++lib=<static>,<dynamic>,<default>
1955                           force linking of the C++ runtime on Linux to either
1956                           static or dynamic, default is static with dynamic as
1957                           fallback
1958   --with-msvcr-dll        path to microsoft C runtime dll (msvcr*.dll)
1959                           (Windows only) [probed]
1960   --with-msvcp-dll        path to microsoft C++ runtime dll (msvcp*.dll)
1961                           (Windows only) [probed]
1962   --with-x                use the X Window System
1963   --with-cups             specify prefix directory for the cups package
1964                           (expecting the headers under PATH/include)
1965   --with-cups-include     specify directory for the cups include files
1966   --with-freetype         specify prefix directory for the freetype package
1967                           (expecting the libraries under PATH/lib and the
1968                           headers under PATH/include)
1969   --with-freetype-include specify directory for the freetype include files
1970   --with-freetype-lib     specify directory for the freetype library
1971   --with-freetype-src     specify directory with freetype sources to
1972                           automatically build the library (experimental,
1973                           Windows-only)


4593 
4594 
4595 
4596 
4597 
4598 
4599 
4600 
4601 
4602 
4603 
4604 
4605 
4606 
4607 # This line needs to be here, verbatim, after all includes and the dummy hook
4608 # definitions. It is replaced with custom functionality when building
4609 # custom sources.
4610 #CUSTOM_AUTOCONF_INCLUDE
4611 
4612 # Do not change or remove the following line, it is needed for consistency checks:
4613 DATE_WHEN_GENERATED=1446762265
4614 
4615 ###############################################################################
4616 #
4617 # Initialization / Boot-strapping
4618 #
4619 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4620 # thus it jumps back and forth, each time gaining something needed later on.
4621 #
4622 ###############################################################################
4623 
4624 # If we are requested to print additional help, do that and then exit.
4625 # This must be the very first call.
4626 
4627   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4628     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4629     $PRINTF "Which are valid to use depends on the build platform.\n"
4630     for toolchain in $VALID_TOOLCHAINS_all; do
4631       # Use indirect variable referencing
4632       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4633       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}


45347   #
45348   # ZIP_DEBUGINFO_FILES
45349   #
45350   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should zip debug-info files" >&5
45351 $as_echo_n "checking if we should zip debug-info files... " >&6; }
45352   # Check whether --enable-zip-debug-info was given.
45353 if test "${enable_zip_debug_info+set}" = set; then :
45354   enableval=$enable_zip_debug_info; enable_zip_debug_info="${enableval}"
45355 else
45356   enable_zip_debug_info="yes"
45357 fi
45358 
45359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_zip_debug_info}" >&5
45360 $as_echo "${enable_zip_debug_info}" >&6; }
45361 
45362   if test "x${enable_zip_debug_info}" = "xno"; then
45363     ZIP_DEBUGINFO_FILES=false
45364   else
45365     ZIP_DEBUGINFO_FILES=true
45366   fi


























45367 
45368 
45369 
45370 
45371 
45372   # Check whether --enable-native-coverage was given.
45373 if test "${enable_native_coverage+set}" = set; then :
45374   enableval=$enable_native_coverage;
45375 fi
45376 
45377   GCOV_ENABLED="false"
45378   if test "x$enable_native_coverage" = "xyes"; then
45379     if test "x$TOOLCHAIN_TYPE" = "xgcc"; then
45380       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if native coverage is enabled" >&5
45381 $as_echo_n "checking if native coverage is enabled... " >&6; }
45382       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45383 $as_echo "yes" >&6; }
45384       GCOV_CFLAGS="-fprofile-arcs -ftest-coverage -fno-inline"
45385       GCOV_LDFLAGS="-fprofile-arcs"
45386       LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $GCOV_CFLAGS"




 664 LLVM_CONFIG
 665 LIBFFI_LIBS
 666 LIBFFI_CFLAGS
 667 ALSA_LIBS
 668 ALSA_CFLAGS
 669 FREETYPE_BUNDLE_LIB_PATH
 670 FREETYPE_LIBS
 671 FREETYPE_CFLAGS
 672 CUPS_CFLAGS
 673 X_EXTRA_LIBS
 674 X_LIBS
 675 X_PRE_LIBS
 676 X_CFLAGS
 677 XMKMF
 678 MSVCP_DLL
 679 MSVCR_DLL
 680 LIBCXX
 681 STATIC_CXX_SETTING
 682 FIXPATH
 683 GCOV_ENABLED
 684 DEBUG_SYMBOL
 685 ZIP_DEBUGINFO_FILES
 686 ENABLE_DEBUG_SYMBOLS
 687 CFLAGS_WARNINGS_ARE_ERRORS
 688 DISABLE_WARNING_PREFIX
 689 HOTSPOT_SET_WARNINGS_AS_ERRORS
 690 WARNINGS_AS_ERRORS
 691 COMPILER_SUPPORTS_TARGET_BITS_FLAG
 692 ZERO_ARCHFLAG
 693 LDFLAGS_TESTEXE
 694 LDFLAGS_TESTLIB
 695 LDFLAGS_CXX_JDK
 696 JDKEXE_LIBS
 697 JDKLIB_LIBS
 698 LDFLAGS_JDKEXE
 699 LDFLAGS_JDKLIB
 700 CXXFLAGS_TESTEXE
 701 CXXFLAGS_TESTLIB
 702 CFLAGS_TESTEXE
 703 CFLAGS_TESTLIB
 704 CXXFLAGS_JDKEXE


1070 with_adds_and_overrides
1071 with_override_langtools
1072 with_override_corba
1073 with_override_jaxp
1074 with_override_jaxws
1075 with_override_hotspot
1076 with_override_nashorn
1077 with_override_jdk
1078 with_import_hotspot
1079 enable_static_build
1080 with_toolchain_type
1081 with_extra_cflags
1082 with_extra_cxxflags
1083 with_extra_ldflags
1084 with_toolchain_version
1085 with_build_devkit
1086 with_jtreg
1087 enable_warnings_as_errors
1088 enable_debug_symbols
1089 enable_zip_debug_info
1090 with_debug_symbols
1091 enable_native_coverage
1092 with_stdc__lib
1093 with_msvcr_dll
1094 with_msvcp_dll
1095 with_x
1096 with_cups
1097 with_cups_include
1098 with_freetype
1099 with_freetype_include
1100 with_freetype_lib
1101 with_freetype_src
1102 enable_freetype_bundling
1103 with_alsa
1104 with_alsa_include
1105 with_alsa_lib
1106 with_libffi
1107 with_libffi_include
1108 with_libffi_lib
1109 with_libjpeg
1110 with_giflib


1936   --with-override-hotspot Deprecated. Option is kept for backwards
1937                           compatibility and is ignored
1938   --with-override-nashorn Deprecated. Option is kept for backwards
1939                           compatibility and is ignored
1940   --with-override-jdk     Deprecated. Option is kept for backwards
1941                           compatibility and is ignored
1942   --with-import-hotspot   import hotspot binaries from this jdk image or
1943                           hotspot build dist dir instead of building from
1944                           source
1945   --with-toolchain-type   the toolchain type (or family) to use, use '--help'
1946                           to show possible values [platform dependent]
1947   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1948   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1949   --with-extra-ldflags    extra flags to be used when linking jdk
1950   --with-toolchain-version
1951                           the version of the toolchain to look for, use
1952                           '--help' to show possible values [platform
1953                           dependent]
1954   --with-build-devkit     Devkit to use for the build platform toolchain
1955   --with-jtreg            Regression Test Harness [probed]
1956   --with-debug-symbols    set the debug symbol configuration (none, internal,
1957                           external, zipped) [zipped]
1958   --with-stdc++lib=<static>,<dynamic>,<default>
1959                           force linking of the C++ runtime on Linux to either
1960                           static or dynamic, default is static with dynamic as
1961                           fallback
1962   --with-msvcr-dll        path to microsoft C runtime dll (msvcr*.dll)
1963                           (Windows only) [probed]
1964   --with-msvcp-dll        path to microsoft C++ runtime dll (msvcp*.dll)
1965                           (Windows only) [probed]
1966   --with-x                use the X Window System
1967   --with-cups             specify prefix directory for the cups package
1968                           (expecting the headers under PATH/include)
1969   --with-cups-include     specify directory for the cups include files
1970   --with-freetype         specify prefix directory for the freetype package
1971                           (expecting the libraries under PATH/lib and the
1972                           headers under PATH/include)
1973   --with-freetype-include specify directory for the freetype include files
1974   --with-freetype-lib     specify directory for the freetype library
1975   --with-freetype-src     specify directory with freetype sources to
1976                           automatically build the library (experimental,
1977                           Windows-only)


4597 
4598 
4599 
4600 
4601 
4602 
4603 
4604 
4605 
4606 
4607 
4608 
4609 
4610 
4611 # This line needs to be here, verbatim, after all includes and the dummy hook
4612 # definitions. It is replaced with custom functionality when building
4613 # custom sources.
4614 #CUSTOM_AUTOCONF_INCLUDE
4615 
4616 # Do not change or remove the following line, it is needed for consistency checks:
4617 DATE_WHEN_GENERATED=1447665780
4618 
4619 ###############################################################################
4620 #
4621 # Initialization / Boot-strapping
4622 #
4623 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4624 # thus it jumps back and forth, each time gaining something needed later on.
4625 #
4626 ###############################################################################
4627 
4628 # If we are requested to print additional help, do that and then exit.
4629 # This must be the very first call.
4630 
4631   if test "x$CONFIGURE_PRINT_TOOLCHAIN_LIST" != x; then
4632     $PRINTF "The following toolchains are available as arguments to --with-toolchain-type.\n"
4633     $PRINTF "Which are valid to use depends on the build platform.\n"
4634     for toolchain in $VALID_TOOLCHAINS_all; do
4635       # Use indirect variable referencing
4636       toolchain_var_name=TOOLCHAIN_DESCRIPTION_$toolchain
4637       TOOLCHAIN_DESCRIPTION=${!toolchain_var_name}


45351   #
45352   # ZIP_DEBUGINFO_FILES
45353   #
45354   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should zip debug-info files" >&5
45355 $as_echo_n "checking if we should zip debug-info files... " >&6; }
45356   # Check whether --enable-zip-debug-info was given.
45357 if test "${enable_zip_debug_info+set}" = set; then :
45358   enableval=$enable_zip_debug_info; enable_zip_debug_info="${enableval}"
45359 else
45360   enable_zip_debug_info="yes"
45361 fi
45362 
45363   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_zip_debug_info}" >&5
45364 $as_echo "${enable_zip_debug_info}" >&6; }
45365 
45366   if test "x${enable_zip_debug_info}" = "xno"; then
45367     ZIP_DEBUGINFO_FILES=false
45368   else
45369     ZIP_DEBUGINFO_FILES=true
45370   fi
45371 
45372   #
45373   # DEBUG_SYMBOL
45374   #
45375   { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of debug symbol" >&5
45376 $as_echo_n "checking type of debug symbol... " >&6; }
45377   DEBUG_SYMBOL="zipped"
45378 
45379 # Check whether --with-debug-symbols was given.
45380 if test "${with_debug_symbols+set}" = set; then :
45381   withval=$with_debug_symbols;
45382         DEBUG_SYMBOL="${withval}"
45383 
45384 fi
45385 
45386 
45387   if test "x$DEBUG_SYMBOL" != xzipped && \
45388       test "x$DEBUG_SYMBOL" != xnone && \
45389       test "x$DEBUG_SYMBOL" != xinternal && \
45390       test "x$DEBUG_SYMBOL" != xexternal; then
45391     as_fn_error $? "Allowed debug symbols are: none, internal, external, zipped" "$LINENO" 5
45392   fi
45393 
45394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEBUG_SYMBOL" >&5
45395 $as_echo "$DEBUG_SYMBOL" >&6; }
45396 
45397 
45398 
45399 
45400 
45401 
45402   # Check whether --enable-native-coverage was given.
45403 if test "${enable_native_coverage+set}" = set; then :
45404   enableval=$enable_native_coverage;
45405 fi
45406 
45407   GCOV_ENABLED="false"
45408   if test "x$enable_native_coverage" = "xyes"; then
45409     if test "x$TOOLCHAIN_TYPE" = "xgcc"; then
45410       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if native coverage is enabled" >&5
45411 $as_echo_n "checking if native coverage is enabled... " >&6; }
45412       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45413 $as_echo "yes" >&6; }
45414       GCOV_CFLAGS="-fprofile-arcs -ftest-coverage -fno-inline"
45415       GCOV_LDFLAGS="-fprofile-arcs"
45416       LEGACY_EXTRA_CFLAGS="$LEGACY_EXTRA_CFLAGS $GCOV_CFLAGS"


< prev index next >