-
Notifications
You must be signed in to change notification settings - Fork 1
sim_config_remove_unused_subst
Tsukasa OI edited this page Oct 30, 2022
·
4 revisions
- Status: Merged for GDB 13
- Branch:
sim-config-remove-unused-subst
- Tracking PR: #76 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-10-19)
Not only that sim/configure.ac
does not AC_SUBST
CXXFLAGS
, unless we need C++ compiler like CXX
, substitution @CXXFLAGS@
is useless.
Because of this, this patch removes this substitution.