< prev index next >

make/autoconf/configure.ac

Print this page
rev 52921 : 8233383: Various minor fixes
Reviewed-by: mbalao
rev 52923 : 8226346: Build better binary builders
Reviewed-by: andrew

@@ -1,7 +1,7 @@
-SRC#
-# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
+#
+# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -96,10 +96,13 @@
 HOTSPOT_SETUP_JVM_VARIANTS
 
 # With basic setup done, call the custom early hook.
 CUSTOM_EARLY_HOOK
 
+# This only needs debug level to be setup
+JDKOPT_ALLOW_ABSOLUTE_PATHS_IN_OUTPUT
+
 # 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.
< prev index next >