comparison make/solaris/makefiles/amd64.make @ 434:de78b80cedec

6772413: code cleanup Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files. Reviewed-by: never
author kvn
date Tue, 18 Nov 2008 12:31:53 -0800
parents c1345e85f901
children fb1a39993f69
comparison
equal deleted inserted replaced
433:c1345e85f901 434:de78b80cedec
35 35
36 # Temporary until C++ compiler is fixed 36 # Temporary until C++ compiler is fixed
37 37
38 # _lwp_create_interpose must have a frame 38 # _lwp_create_interpose must have a frame
39 OPT_CFLAGS/os_solaris_x86_64.o = -xO1 39 OPT_CFLAGS/os_solaris_x86_64.o = -xO1
40 # force C++ interpreter to be full optimization
41 #OPT_CFLAGS/interpret.o = -fast -O4
42 40
43 # Temporary until SS10 C++ compiler is fixed 41 # Temporary until SS10 C++ compiler is fixed
44 OPT_CFLAGS/generateOptoStub.o = -xO2 42 OPT_CFLAGS/generateOptoStub.o = -xO2
45 OPT_CFLAGS/thread.o = -xO2 43 OPT_CFLAGS/thread.o = -xO2
46 44
48 46
49 ifeq ("${Platform_compiler}", "gcc") 47 ifeq ("${Platform_compiler}", "gcc")
50 # gcc 48 # gcc
51 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack 49 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack
52 CFLAGS += -fno-omit-frame-pointer 50 CFLAGS += -fno-omit-frame-pointer
53 # force C++ interpreter to be full optimization
54 #OPT_CFLAGS/interpret.o = -O3
55 51
56 else 52 else
57 # error 53 # error
58 _JUNK2_ := $(shell echo >&2 \ 54 _JUNK2_ := $(shell echo >&2 \
59 "*** ERROR: this compiler is not yet supported by this code base!") 55 "*** ERROR: this compiler is not yet supported by this code base!")