7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot
authordcubed
Tue, 03 May 2011 12:45:54 -0700
changeset 9414 a8c7f18f93e6
parent 9413 da03c9cef18c
child 9415 024c0c554e11
child 9427 eeb8acc0cf2c
child 9429 4569a4c199da
7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot Summary: Delete use of SOLARIS_7_OR_LATER from sparcWorks.make Reviewed-by: never
hotspot/make/solaris/makefiles/sparcWorks.make
--- a/hotspot/make/solaris/makefiles/sparcWorks.make	Tue May 03 12:19:04 2011 -0700
+++ b/hotspot/make/solaris/makefiles/sparcWorks.make	Tue May 03 12:45:54 2011 -0700
@@ -100,11 +100,6 @@
 
 LINK_LIB.CC/PRE_HOOK += $(JVM_CHECK_SYMBOLS) || exit 1;
 
-# Some interfaces (_lwp_create) changed with LP64 and Solaris 7
-SOLARIS_7_OR_LATER := \
-$(shell uname -r | awk -F. '{ if ($$2 >= 7) print "-DSOLARIS_7_OR_LATER"; }')
-CFLAGS += ${SOLARIS_7_OR_LATER}
-
 # New architecture options started in SS12 (5.9), we need both styles to build.
 #   The older arch options for SS11 (5.8) or older and also for /usr/ccs/bin/as.
 #   Note: default for 32bit sparc is now the same as v8plus, so the