build/linux/makefiles/amd64.make

changeset 485
485d403e94e1
parent 435
a61af66fc99e
     1.1 --- a/build/linux/makefiles/amd64.make	Wed Mar 12 18:09:34 2008 -0700
     1.2 +++ b/build/linux/makefiles/amd64.make	Wed Mar 12 18:37:03 2008 -0700
     1.3 @@ -35,6 +35,8 @@
     1.4  CFLAGS += -D_LP64=1
     1.5  
     1.6  # The serviceability agent relies on frame pointer (%rbp) to walk thread stack
     1.7 -CFLAGS += -fno-omit-frame-pointer
     1.8 +ifndef USE_SUNCC
     1.9 +  CFLAGS += -fno-omit-frame-pointer
    1.10 +endif
    1.11  
    1.12  OPT_CFLAGS/compactingPermGenGen.o = -O1

mercurial