hotspot/build/linux/makefiles/amd64.make
changeset 223 5c3b023117d9
parent 1 489c9b5090e2
--- a/hotspot/build/linux/makefiles/amd64.make	Wed Mar 12 18:09:34 2008 -0700
+++ b/hotspot/build/linux/makefiles/amd64.make	Wed Mar 12 18:37:03 2008 -0700
@@ -35,6 +35,8 @@
 CFLAGS += -D_LP64=1
 
 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack
-CFLAGS += -fno-omit-frame-pointer
+ifndef USE_SUNCC
+  CFLAGS += -fno-omit-frame-pointer
+endif
 
 OPT_CFLAGS/compactingPermGenGen.o = -O1