comparison make/solaris/makefiles/fastdebug.make @ 270:b7f01ad69d30

Merge
author jmasa
date Mon, 04 Aug 2008 12:11:36 -0700
parents be7facf71163
children 4d20a3aaf1ab
comparison
equal deleted inserted replaced
269:850fdf70db2b 270:b7f01ad69d30
36 ifeq ("${Platform_compiler}", "sparcWorks") 36 ifeq ("${Platform_compiler}", "sparcWorks")
37 OPT_CFLAGS/SLOWER = -xO2 37 OPT_CFLAGS/SLOWER = -xO2
38 38
39 # Problem with SS12 compiler, dtrace doesn't like the .o files (bug 6693876) 39 # Problem with SS12 compiler, dtrace doesn't like the .o files (bug 6693876)
40 ifeq ($(COMPILER_REV), 5.9) 40 ifeq ($(COMPILER_REV), 5.9)
41 # To avoid jvm98 crash
42 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)
41 # Not clear this workaround could be skipped in some cases. 43 # Not clear this workaround could be skipped in some cases.
42 OPT_CFLAGS/vmGCOperations.o = $(OPT_CFLAGS/SLOWER) 44 OPT_CFLAGS/vmGCOperations.o = $(OPT_CFLAGS/SLOWER)
43 OPT_CFLAGS/java.o = $(OPT_CFLAGS/SLOWER) 45 OPT_CFLAGS/java.o = $(OPT_CFLAGS/SLOWER)
44 OPT_CFLAGS/jni.o = $(OPT_CFLAGS/SLOWER) 46 OPT_CFLAGS/jni.o = $(OPT_CFLAGS/SLOWER)
45 endif 47 endif