comparison make/solaris/makefiles/optimized.make @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children be896a1983c0
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
20 # or visit www.oracle.com if you need additional information or have any 20 # or visit www.oracle.com if you need additional information or have any
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 24
25 # Sets make macros for making optimized version of HotSpot VM 25 # Sets make macros for making optimized version of Gamma VM
26 # (This is the "product", not the "release" version.) 26 # (This is the "product", not the "release" version.)
27 27
28 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make 28 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
29 OPT_CFLAGS/DEFAULT= $(OPT_CFLAGS) 29 OPT_CFLAGS/DEFAULT= $(OPT_CFLAGS)
30 OPT_CFLAGS/BYFILE = $(OPT_CFLAGS/$@)$(OPT_CFLAGS/DEFAULT$(OPT_CFLAGS/$@)) 30 OPT_CFLAGS/BYFILE = $(OPT_CFLAGS/$@)$(OPT_CFLAGS/DEFAULT$(OPT_CFLAGS/$@))