Skip to content

Commit

Permalink
8325213: Flags introduced by configure script are not passed to ADLC …
Browse files Browse the repository at this point in the history
…build

Backport-of: 9ee9f288497268d64ddd48783ecb68f7e5426084
  • Loading branch information
TheRealMDoerr committed Feb 28, 2024
1 parent 677556d commit cea29fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/hotspot/gensrc/GensrcAdlc.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit cea29fe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.