< prev index next >

common/autoconf/configure.ac

Print this page
@  rev 2553 : imported patch alpinefixes-sathreaddb
|


 188 TOOLCHAIN_SETUP_JTREG
 189 
 190 FLAGS_SETUP_INIT_FLAGS
 191 
 192 # Now we can test some aspects on the target using configure macros.
 193 PLATFORM_SETUP_OPENJDK_TARGET_BITS
 194 PLATFORM_SETUP_OPENJDK_TARGET_ENDIANNESS
 195 
 196 # Configure flags for the tools
 197 FLAGS_SETUP_COMPILER_FLAGS_FOR_LIBS
 198 FLAGS_SETUP_COMPILER_FLAGS_FOR_OPTIMIZATION
 199 FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK
 200 FLAGS_SETUP_COMPILER_FLAGS_MISC
 201 
 202 # Setup debug symbols (need objcopy from the toolchain for that)
 203 JDKOPT_SETUP_DEBUG_SYMBOLS
 204 JDKOPT_SETUP_CODE_COVERAGE
 205 
 206 # Need toolchain to setup dtrace
 207 HOTSPOT_SETUP_DTRACE

 208 HOTSPOT_ENABLE_DISABLE_AOT
 209 HOTSPOT_ENABLE_DISABLE_GTEST
 210 
 211 ###############################################################################
 212 #
 213 # Check dependencies for external and internal libraries.
 214 #
 215 ###############################################################################
 216 
 217 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 218 BASIC_COMPILE_FIXPATH
 219 
 220 LIB_DETERMINE_DEPENDENCIES
 221 LIB_SETUP_LIBRARIES
 222 
 223 # Hotspot setup depends on lib checks (AOT needs libelf).
 224 
 225 HOTSPOT_SETUP_JVM_FEATURES
 226 
 227 ###############################################################################




 188 TOOLCHAIN_SETUP_JTREG
 189 
 190 FLAGS_SETUP_INIT_FLAGS
 191 
 192 # Now we can test some aspects on the target using configure macros.
 193 PLATFORM_SETUP_OPENJDK_TARGET_BITS
 194 PLATFORM_SETUP_OPENJDK_TARGET_ENDIANNESS
 195 
 196 # Configure flags for the tools
 197 FLAGS_SETUP_COMPILER_FLAGS_FOR_LIBS
 198 FLAGS_SETUP_COMPILER_FLAGS_FOR_OPTIMIZATION
 199 FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK
 200 FLAGS_SETUP_COMPILER_FLAGS_MISC
 201 
 202 # Setup debug symbols (need objcopy from the toolchain for that)
 203 JDKOPT_SETUP_DEBUG_SYMBOLS
 204 JDKOPT_SETUP_CODE_COVERAGE
 205 
 206 # Need toolchain to setup dtrace
 207 HOTSPOT_SETUP_DTRACE
 208 HOTSPOT_SETUP_SA
 209 HOTSPOT_ENABLE_DISABLE_AOT
 210 HOTSPOT_ENABLE_DISABLE_GTEST
 211 
 212 ###############################################################################
 213 #
 214 # Check dependencies for external and internal libraries.
 215 #
 216 ###############################################################################
 217 
 218 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 219 BASIC_COMPILE_FIXPATH
 220 
 221 LIB_DETERMINE_DEPENDENCIES
 222 LIB_SETUP_LIBRARIES
 223 
 224 # Hotspot setup depends on lib checks (AOT needs libelf).
 225 
 226 HOTSPOT_SETUP_JVM_FEATURES
 227 
 228 ###############################################################################


< prev index next >