< prev index next >

common/autoconf/configure.ac

Print this page

        

@@ -80,10 +80,13 @@
 
 # Basic initialization that must happen first of all in the normal process.
 BASIC_INIT
 BASIC_SETUP_FUNDAMENTAL_TOOLS
 
+# Check if we have devkits, extra paths or sysroot set.
+BASIC_SETUP_DEVKIT
+
 # Now we can determine OpenJDK build and target platforms. This is required to
 # have early on.
 PLATFORM_SETUP_OPENJDK_BUILD_AND_TARGET
 
 # Continue setting up basic stuff. Most remaining code require fundamental tools.

@@ -99,13 +102,10 @@
 JDKOPT_SETUP_DEBUG_LEVEL
 
 # With basic setup done, call the custom early hook.
 CUSTOM_EARLY_HOOK
 
-# Check if we have devkits, extra paths or sysroot set.
-BASIC_SETUP_DEVKIT
-
 # To properly create a configuration name, we need to have the OpenJDK target
 # and options (variants and debug level) parsed.
 BASIC_SETUP_OUTPUT_DIR
 
 # Must be done before we can call HELP_MSG_MISSING_DEPENDENCY.
< prev index next >