changeset 198:86658812ca35

6714043: Minor fix to SS12 makefile changes Reviewed-by: sspitsyn
author ohair
date Fri, 13 Jun 2008 14:52:30 -0700
parents f2759c126e9d
children 81675a0d3c75
files make/solaris/makefiles/jvmg.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 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