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

make/solaris/makefiles/amd64.make

Print this page

        

*** 35,46 **** # Temporary until C++ compiler is fixed # _lwp_create_interpose must have a frame OPT_CFLAGS/os_solaris_x86_64.o = -xO1 - # force C++ interpreter to be full optimization - #OPT_CFLAGS/interpret.o = -fast -O4 # Temporary until SS10 C++ compiler is fixed OPT_CFLAGS/generateOptoStub.o = -xO2 OPT_CFLAGS/thread.o = -xO2 --- 35,44 ----
*** 48,59 **** ifeq ("${Platform_compiler}", "gcc") # gcc # The serviceability agent relies on frame pointer (%rbp) to walk thread stack CFLAGS += -fno-omit-frame-pointer - # force C++ interpreter to be full optimization - #OPT_CFLAGS/interpret.o = -O3 else # error _JUNK2_ := $(shell echo >&2 \ "*** ERROR: this compiler is not yet supported by this code base!") --- 46,55 ----
make/solaris/makefiles/amd64.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File