make/solaris/makefiles/jvmg.make

changeset 865
4d20a3aaf1ab
parent 670
9c2ecc2ffb12
child 1558
167c2986d91b
equal deleted inserted replaced
864:364141474b40 865:4d20a3aaf1ab
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_NUMERIC),508)
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

mercurial