hotspot/make/solaris/makefiles/sparc.make
changeset 1549 710f8deef989
parent 670 ddf3e9583f2f
child 1552 45c617d33fa6
--- a/hotspot/make/solaris/makefiles/sparc.make	Wed Nov 12 05:42:59 2008 -0800
+++ b/hotspot/make/solaris/makefiles/sparc.make	Wed Nov 12 11:01:31 2008 -0800
@@ -26,7 +26,7 @@
 ASFLAGS += $(AS_ARCHFLAG)
 
 ifeq ("${Platform_compiler}", "sparcWorks")
-ifeq ($(shell expr $(COMPILER_REV) \< 5.5), 1)
+ifeq ($(shell expr $(COMPILER_REV_NUMARIC) \< 505), 1)
 # For 5.2 ad_sparc file is compiled with -O2 %%%% remove when adlc is fixed
 OPT_CFLAGS/ad_sparc.o = $(OPT_CFLAGS/SLOWER)
 OPT_CFLAGS/dfa_sparc.o = $(OPT_CFLAGS/SLOWER)