gcc-6: don't ship info pages
[unleashed-userland.git] / components / runtime / openjdk-7 / patches / patch-hotspot_make_solaris_makefiles_fastdebug.make.patch
blobb9a45c753280d2d7ee623884f21a366c6bf0f5de
1 $NetBSD: patch-hotspot_make_solaris_makefiles_fastdebug.make,v 1.1 2013/06/15 09:31:05 jperkin Exp $
3 GCC support.
5 --- hotspot/make/solaris/makefiles/fastdebug.make.orig 2013-02-19 23:21:59.000000000 +0000
6 +++ hotspot/make/solaris/makefiles/fastdebug.make
7 @@ -116,7 +116,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 G_SUFFIX = _g
19 VERSION = optimized