< prev index next >

common/autoconf/configure.ac

Print this page




  84 # Now we can determine OpenJDK build and target platforms. This is required to
  85 # have early on.
  86 PLATFORM_SETUP_OPENJDK_BUILD_AND_TARGET
  87 
  88 # Continue setting up basic stuff. Most remaining code require fundamental tools.
  89 BASIC_SETUP_PATHS
  90 BASIC_SETUP_LOGGING
  91 
  92 # Check if it's a pure open build or if custom sources are to be used.
  93 JDKOPT_SETUP_OPEN_OR_CUSTOM
  94 
  95 # These are needed to be able to create a configuration name (and thus the output directory)
  96 JDKOPT_SETUP_JDK_VARIANT
  97 JDKOPT_SETUP_JVM_INTERPRETER
  98 JDKOPT_SETUP_JVM_VARIANTS
  99 JDKOPT_SETUP_DEBUG_LEVEL
 100 
 101 # With basic setup done, call the custom early hook.
 102 CUSTOM_EARLY_HOOK
 103 



 104 # To properly create a configuration name, we need to have the OpenJDK target
 105 # and options (variants and debug level) parsed.
 106 BASIC_SETUP_OUTPUT_DIR
 107 
 108 # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY.
 109 HELP_SETUP_DEPENDENCY_HELP
 110 
 111 # Setup tools that requires more complex handling, or that is not needed by the configure script.
 112 BASIC_SETUP_COMPLEX_TOOLS
 113 
 114 # Check if pkg-config is available.
 115 PKG_PROG_PKG_CONFIG
 116 
 117 # After basic tools have been setup, we can check build os specific details.
 118 PLATFORM_SETUP_OPENJDK_BUILD_OS_VERSION
 119 
 120 # Setup builddeps, for automatic downloading of tools we need.
 121 # This is needed before we can call BDEPS_CHECK_MODULE, which is done in
 122 # boot-jdk setup, but we need to have basic tools setup first.
 123 BDEPS_CONFIGURE_BUILDDEPS




  84 # Now we can determine OpenJDK build and target platforms. This is required to
  85 # have early on.
  86 PLATFORM_SETUP_OPENJDK_BUILD_AND_TARGET
  87 
  88 # Continue setting up basic stuff. Most remaining code require fundamental tools.
  89 BASIC_SETUP_PATHS
  90 BASIC_SETUP_LOGGING
  91 
  92 # Check if it's a pure open build or if custom sources are to be used.
  93 JDKOPT_SETUP_OPEN_OR_CUSTOM
  94 
  95 # These are needed to be able to create a configuration name (and thus the output directory)
  96 JDKOPT_SETUP_JDK_VARIANT
  97 JDKOPT_SETUP_JVM_INTERPRETER
  98 JDKOPT_SETUP_JVM_VARIANTS
  99 JDKOPT_SETUP_DEBUG_LEVEL
 100 
 101 # With basic setup done, call the custom early hook.
 102 CUSTOM_EARLY_HOOK
 103 
 104 # Check if we have devkits, extra paths or sysroot set.
 105 BASIC_SETUP_DEVKIT
 106 
 107 # To properly create a configuration name, we need to have the OpenJDK target
 108 # and options (variants and debug level) parsed.
 109 BASIC_SETUP_OUTPUT_DIR
 110 
 111 # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY.
 112 HELP_SETUP_DEPENDENCY_HELP
 113 
 114 # Setup tools that requires more complex handling, or that is not needed by the configure script.
 115 BASIC_SETUP_COMPLEX_TOOLS
 116 
 117 # Check if pkg-config is available.
 118 PKG_PROG_PKG_CONFIG
 119 
 120 # After basic tools have been setup, we can check build os specific details.
 121 PLATFORM_SETUP_OPENJDK_BUILD_OS_VERSION
 122 
 123 # Setup builddeps, for automatic downloading of tools we need.
 124 # This is needed before we can call BDEPS_CHECK_MODULE, which is done in
 125 # boot-jdk setup, but we need to have basic tools setup first.
 126 BDEPS_CONFIGURE_BUILDDEPS


< prev index next >