From 9ee9f288497268d64ddd48783ecb68f7e5426084 Mon Sep 17 00:00:00 2001 From: Martin Doerr Date: Tue, 6 Feb 2024 06:56:48 +0000 Subject: [PATCH] 8325213: Flags introduced by configure script are not passed to ADLC build Reviewed-by: jwaters, ihse --- make/hotspot/gensrc/GensrcAdlc.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/hotspot/gensrc/GensrcAdlc.gmk b/make/hotspot/gensrc/GensrcAdlc.gmk index 0898d91e1c2..bb356476847 100644 --- a/make/hotspot/gensrc/GensrcAdlc.gmk +++ b/make/hotspot/gensrc/GensrcAdlc.gmk @@ -51,7 +51,7 @@ ifeq ($(call check-jvm-feature, compiler2), true) endif # Set the C++ standard - ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAG) + ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAGS) # NOTE: The old build didn't set -DASSERT for windows but it doesn't seem to # hurt.