make/solaris/makefiles/amd64.make

changeset 2180
80c9354976b0
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2179:ad0638ff8ea4 2180:80c9354976b0
33 # 33 #
34 ifeq ("${Platform_compiler}", "sparcWorks") 34 ifeq ("${Platform_compiler}", "sparcWorks")
35 35
36 # Temporary until SS10 C++ compiler is fixed 36 # Temporary until SS10 C++ compiler is fixed
37 OPT_CFLAGS/generateOptoStub.o = -xO2 37 OPT_CFLAGS/generateOptoStub.o = -xO2
38 38 # Temporary util SS12u1 C++ compiler is fixed
39 OPT_CFLAGS/c1_LinearScan.o = -xO2
39 else 40 else
40 41
41 ifeq ("${Platform_compiler}", "gcc") 42 ifeq ("${Platform_compiler}", "gcc")
42 # gcc 43 # gcc
43 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack 44 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack

mercurial