make/solaris/makefiles/jvmg.make

changeset 593
a49545cab84a
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
child 636
86658812ca35
equal deleted inserted replaced
592:a3e5744fafda 593:a49545cab84a
27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make 27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
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 ifeq ($(shell expr $(COMPILER_REV) \>= 5.8), 1) 32
33 ifeq ($(COMPILER_REV),5.8))
33 # 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
34 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0 35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
35 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0 36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0
36 endif 37 endif
37 endif 38 endif

mercurial