hotspot/make/solaris/makefiles/sparcWorks.make
changeset 27875 61e906cecd81
parent 26415 582393444d19
child 33957 39113ae98993
child 33801 e4f6657aeecb
--- a/hotspot/make/solaris/makefiles/sparcWorks.make	Tue Nov 25 21:00:21 2014 -0500
+++ b/hotspot/make/solaris/makefiles/sparcWorks.make	Wed Nov 26 17:32:39 2014 +0100
@@ -496,15 +496,6 @@
   FASTDEBUG_CFLAGS += -xs
 endif
 
-# Special global options for SS12
-ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
-  # There appears to be multiple issues with the new Dwarf2 debug format, so
-  #   we tell the compiler to use the older 'stabs' debug format all the time.
-  #   Note that this needs to be used in optimized compiles too to be 100%.
-  #   This is a workaround for SS12 (5.9) bug 6694600
-  CFLAGS += -xdebugformat=stabs
-endif
-
 # Enable the following CFLAGS additions if you need to compare the
 # built ELF objects.
 #