Files
gentoo/dev-java/openjdk
Z. Liu 2c9bffc2f3 dev-java/openjdk: force gcc for openjdk 8
despite we have workaround "-std=gnu++14", but openjdk 8 doesn't fully
respect CXXFLAGS in various places and that patching that in now is a bit
risky given JDK 8 is so old.

e.g., see hotspot/make/linux/makefiles/adlc.make, CXXFLAGS defined by:

61 # set flags for adlc compilation
62 CXXFLAGS = $(SYSDEFS) $(INCLUDES)
63
64 # Force assertions on.
65 CXXFLAGS += -DASSERT

Bug: https://bugs.gentoo.org/918655
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40746
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-03 16:26:00 +01:00
..
2024-12-20 11:36:52 +01:00