comparison make/solaris/makefiles/jvmg.make @ 201:86658812ca35

6714043: Minor fix to SS12 makefile changes Reviewed-by: sspitsyn
author ohair
date Fri, 13 Jun 2008 14:52:30 -0700
parents a49545cab84a
children 9c2ecc2ffb12
comparison
equal deleted inserted replaced
175:f2759c126e9d 201:86658812ca35
28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS) 28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@)) 29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
30 30
31 ifeq ("${Platform_compiler}", "sparcWorks") 31 ifeq ("${Platform_compiler}", "sparcWorks")
32 32
33 ifeq ($(COMPILER_REV),5.8)) 33 ifeq ($(COMPILER_REV),5.8)
34 # SS11 SEGV when compiling with -g and -xarch=v8, using different backend 34 # SS11 SEGV when compiling with -g and -xarch=v8, using different backend
35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0 35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0 36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0
37 endif 37 endif
38 endif 38 endif