make/solaris/makefiles/fastdebug.make

changeset 3946
43541217e9f7
parent 3095
19241ae0d839
child 3975
ee7edf31f688
equal deleted inserted replaced
3945:fe94b4e7212b 3946:43541217e9f7
33 OPT_CFLAGS/DEFAULT= $(OPT_CFLAGS) 33 OPT_CFLAGS/DEFAULT= $(OPT_CFLAGS)
34 OPT_CFLAGS/BYFILE = $(OPT_CFLAGS/$@)$(OPT_CFLAGS/DEFAULT$(OPT_CFLAGS/$@)) 34 OPT_CFLAGS/BYFILE = $(OPT_CFLAGS/$@)$(OPT_CFLAGS/DEFAULT$(OPT_CFLAGS/$@))
35 35
36 ifeq ("${Platform_compiler}", "sparcWorks") 36 ifeq ("${Platform_compiler}", "sparcWorks")
37 OPT_CFLAGS/SLOWER = -xO2 37 OPT_CFLAGS/SLOWER = -xO2
38
39 ifeq ($(COMPILER_REV_NUMERIC), 510)
40 # CC 5.10 has bug XXXXX with -xO4
41 OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER)
42 endif # COMPILER_REV_NUMERIC == 510
38 43
39 ifeq ($(COMPILER_REV_NUMERIC), 509) 44 ifeq ($(COMPILER_REV_NUMERIC), 509)
40 # To avoid jvm98 crash 45 # To avoid jvm98 crash
41 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER) 46 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)
42 endif # COMPILER_NUMERIC_REV == 509 47 endif # COMPILER_NUMERIC_REV == 509

mercurial