make/solaris/makefiles/jvmg.make

changeset 593
a49545cab84a
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
child 636
86658812ca35
     1.1 --- a/make/solaris/makefiles/jvmg.make	Tue May 20 09:47:05 2008 -0700
     1.2 +++ b/make/solaris/makefiles/jvmg.make	Tue May 27 09:47:18 2008 -0700
     1.3 @@ -29,7 +29,8 @@
     1.4  DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
     1.5  
     1.6  ifeq ("${Platform_compiler}", "sparcWorks")
     1.7 -ifeq ($(shell expr $(COMPILER_REV) \>= 5.8), 1)
     1.8 +
     1.9 +ifeq ($(COMPILER_REV),5.8))
    1.10    # SS11 SEGV when compiling with -g and -xarch=v8, using different backend
    1.11    DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
    1.12    DEBUG_CFLAGS/jvmtiTagMap.o   = $(DEBUG_CFLAGS) -xO0

mercurial