comparison make/bsd/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 5eee9a9aeb7a
children
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/$@))
37 # Set the environment variable HOTSPARC_GENERIC to "true" 37 # Set the environment variable HOTSPARC_GENERIC to "true"
38 # to inhibit the effect of the previous line on CFLAGS. 38 # to inhibit the effect of the previous line on CFLAGS.
39 39
40 # Linker mapfile 40 # Linker mapfile
41 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 41 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
42 ifeq ($(OS_VENDOR), Darwin)
43 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
44 endif
45 42
46 VERSION = optimized 43 VERSION = optimized