multimedia/yt-dlp: update to 2025.1.12
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0009-patch-hotspot_make_solaris_makefiles_adlc.make.patch
blob970e4ad7a9ab2f85ed615923316520cc7f87c8ff
1 $NetBSD: patch-hotspot_make_solaris_makefiles_adlc.make,v 1.1 2015/07/03 20:40:59 fhajny Exp $
3 GCC support.
5 --- hotspot/make/solaris/makefiles/adlc.make.orig
6 +++ hotspot/make/solaris/makefiles/adlc.make
7 @@ -73,9 +73,11 @@
9 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
10 # Compiler warnings are treated as errors
11 +ifeq ("${Platform_compiler}", "sparcWorks")
12 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
13 CFLAGS_WARN = +w -errwarn
14 endif
15 +endif
16 # When using compiler version 5.13 (Solaris Studio 12.4), calls to explicitly
17 # instantiated template functions trigger this warning when +w is active.
18 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 513), 1)