rebuild geeqie
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0019-patch-hotspot_make_solaris_makefiles_optimized.make.patch
blob9adf0c04d243f23c1290f6642dfa3a95037f6ac4
1 $NetBSD: patch-hotspot_make_solaris_makefiles_optimized.make,v 1.1 2015/07/03 20:40:59 fhajny Exp $
3 GCC support.
5 --- hotspot/make/solaris/makefiles/optimized.make.orig 2013-02-19 23:21:59.000000000 +0000
6 +++ hotspot/make/solaris/makefiles/optimized.make
7 @@ -57,7 +57,11 @@ MAPFILE = $(GAMMADIR)/make/solaris/makef
9 # This mapfile is only needed when compiling with dtrace support,
10 # and mustn't be otherwise.
11 -MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
12 +ifdef USE_GCC
13 + MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE).gcc
14 +else
15 + MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
16 +endif # USE_GCC
18 # Set the environment variable HOTSPARC_GENERIC to "true"
19 # to inhibit the effect of the previous line on CFLAGS.