comparison make/solaris/makefiles/product.make @ 14337:5eee9a9aeb7a

8005262: possible gamma launcher issues Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher Reviewed-by: dcubed, stefank
author rdurbin
date Mon, 10 Feb 2014 12:38:34 -0800
parents 892acf0431ef
children d8041d695d19
comparison
equal deleted inserted replaced
14330:9341a9963d36 14337:5eee9a9aeb7a
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 Gamma VM 25 # Sets make macros for making optimized version of HotSpot 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/$@))