< prev index next >

common/autoconf/configure.ac

Print this page




 210 ###############################################################################
 211 #
 212 # Check dependencies for external and internal libraries.
 213 #
 214 ###############################################################################
 215 
 216 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 217 BASIC_COMPILE_FIXPATH
 218 
 219 LIB_DETERMINE_DEPENDENCIES
 220 LIB_SETUP_LIBRARIES
 221 
 222 ###############################################################################
 223 #
 224 # We need to do some final tweaking, when everything else is done.
 225 #
 226 ###############################################################################
 227 
 228 HOTSPOT_SETUP_BUILD_TWEAKS
 229 JDKOPT_DETECT_INTREE_EC

 230 
 231 ###############################################################################
 232 #
 233 # Configure parts of the build that only affect the build performance,
 234 # not the result.
 235 #
 236 ###############################################################################
 237 
 238 BPERF_SETUP_BUILD_CORES
 239 BPERF_SETUP_BUILD_MEMORY
 240 BPERF_SETUP_BUILD_JOBS
 241 BPERF_SETUP_TEST_JOBS
 242 
 243 # Setup arguments for the boot jdk (after cores and memory have been setup)
 244 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
 245 
 246 # Setup smart javac (after cores and memory have been setup)
 247 BPERF_SETUP_SMART_JAVAC
 248 
 249 # Setup use of icecc if requested




 210 ###############################################################################
 211 #
 212 # Check dependencies for external and internal libraries.
 213 #
 214 ###############################################################################
 215 
 216 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 217 BASIC_COMPILE_FIXPATH
 218 
 219 LIB_DETERMINE_DEPENDENCIES
 220 LIB_SETUP_LIBRARIES
 221 
 222 ###############################################################################
 223 #
 224 # We need to do some final tweaking, when everything else is done.
 225 #
 226 ###############################################################################
 227 
 228 HOTSPOT_SETUP_BUILD_TWEAKS
 229 JDKOPT_DETECT_INTREE_EC
 230 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 231 
 232 ###############################################################################
 233 #
 234 # Configure parts of the build that only affect the build performance,
 235 # not the result.
 236 #
 237 ###############################################################################
 238 
 239 BPERF_SETUP_BUILD_CORES
 240 BPERF_SETUP_BUILD_MEMORY
 241 BPERF_SETUP_BUILD_JOBS
 242 BPERF_SETUP_TEST_JOBS
 243 
 244 # Setup arguments for the boot jdk (after cores and memory have been setup)
 245 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
 246 
 247 # Setup smart javac (after cores and memory have been setup)
 248 BPERF_SETUP_SMART_JAVAC
 249 
 250 # Setup use of icecc if requested


< prev index next >