make/autoconf/spec.gmk.in
changeset 52734 d537553ed639
parent 52724 0bdbf854472f
child 52774 56ca125c973b
--- a/make/autoconf/spec.gmk.in	Wed Nov 28 18:16:39 2018 -0800
+++ b/make/autoconf/spec.gmk.in	Wed Nov 28 22:29:35 2018 -0500
@@ -275,6 +275,9 @@
 # Control wether Hotspot builds gtest tests
 BUILD_GTEST := @BUILD_GTEST@
 
+# Allow overriding the default hotspot library path
+HOTSPOT_OVERRIDE_LIBPATH := @HOTSPOT_OVERRIDE_LIBPATH@
+
 # Control use of precompiled header in hotspot libjvm build
 USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@