mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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>