make/solaris/makefiles/amd64.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6986046-fallout Cdiff make/solaris/makefiles/amd64.make

make/solaris/makefiles/amd64.make

Print this page

        

*** 33,43 **** # ifeq ("${Platform_compiler}", "sparcWorks") # Temporary until SS10 C++ compiler is fixed OPT_CFLAGS/generateOptoStub.o = -xO2 ! else ifeq ("${Platform_compiler}", "gcc") # gcc # The serviceability agent relies on frame pointer (%rbp) to walk thread stack --- 33,44 ---- # ifeq ("${Platform_compiler}", "sparcWorks") # Temporary until SS10 C++ compiler is fixed OPT_CFLAGS/generateOptoStub.o = -xO2 ! # Temporary util SS12u1 C++ compiler is fixed ! OPT_CFLAGS/c1_LinearScan.o = -xO2 else ifeq ("${Platform_compiler}", "gcc") # gcc # The serviceability agent relies on frame pointer (%rbp) to walk thread stack
make/solaris/makefiles/amd64.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File