< prev index next >

make/hotspot/test/GtestImage.gmk

Print this page
rev 59383 : [mq]: final

@@ -54,16 +54,6 @@
       $(eval TARGETS += $$(COPY_GTEST_PDB_$v)) \
     ) \
   )
 endif
 
-ifeq ($(call isTargetOs, solaris), true)
-  $(foreach v, $(JVM_VARIANTS), \
-    $(eval $(call SetupCopyFiles, COPY_GTEST_STLPORT_$v, \
-        DEST := $(TEST_IMAGE_DIR)/hotspot/gtest/$v, \
-        FILES := $(STLPORT_LIB), \
-    )) \
-    $(eval TARGETS += $$(COPY_GTEST_STLPORT_$v)) \
-  )
-endif
-
 all: $(TARGETS)
< prev index next >