6714043: Minor fix to SS12 makefile changes
authorohair
Fri Jun 13 14:52:30 2008 -0700 (17 months ago)
changeset 20586658812ca35
parent 175f2759c126e9d
child 20681675a0d3c75
6714043: Minor fix to SS12 makefile changes
Reviewed-by: sspitsyn
make/solaris/makefiles/jvmg.make
--- a/make/solaris/makefiles/jvmg.make Tue Jun 03 15:38:31 2008 -0700
+++ b/make/solaris/makefiles/jvmg.make Fri Jun 13 14:52:30 2008 -0700
@@ -30,7 +30,7 @@ DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)
ifeq ("${Platform_compiler}", "sparcWorks")
-ifeq ($(COMPILER_REV),5.8))
+ifeq ($(COMPILER_REV),5.8)
# SS11 SEGV when compiling with -g and -xarch=v8, using different backend
DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0