diff 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
line wrap: on
line diff
--- a/make/solaris/makefiles/amd64.make	Thu Nov 13 14:50:04 2008 -0800
+++ b/make/solaris/makefiles/amd64.make	Tue Nov 18 12:31:53 2008 -0800
@@ -37,8 +37,6 @@
 
 # _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
@@ -50,8 +48,6 @@
 # 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