common/autoconf/spec.gmk.in
changeset 37969 2203863bfe3e
parent 37771 30f2faf0e7a6
parent 37967 8dd54c3bf02a
child 37972 e1fa5c2e62a0
--- a/common/autoconf/spec.gmk.in	Wed Jul 05 21:42:16 2017 +0200
+++ b/common/autoconf/spec.gmk.in	Sat May 14 09:11:01 2016 -0700
@@ -232,6 +232,9 @@
 VALID_JVM_FEATURES := @VALID_JVM_FEATURES@
 VALID_JVM_VARIANTS := @VALID_JVM_VARIANTS@
 
+# Control wether Hotspot builds gtest tests
+BUILD_GTEST := true
+
 # Control use of precompiled header in hotspot libjvm build
 USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@
 
@@ -685,6 +688,7 @@
 LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
 MSVCR_DLL:=@MSVCR_DLL@
 MSVCP_DLL:=@MSVCP_DLL@
+STLPORT_LIB:=@STLPORT_LIB@
 
 ####################################################
 #