# HG changeset patch # User ohair # Date 1213393950 25200 # Node ID 86658812ca3582a915b30f5ae8f8525cafa8a0d3 # Parent f2759c126e9ddd2ab3e7e2ad64835c3ede2a0951 6714043: Minor fix to SS12 makefile changes Reviewed-by: sspitsyn diff -r f2759c126e9d -r 86658812ca35 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 @@ 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