]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
configure: Pass CPPFLAGS_FOR_BUILD to subdirs
authorTsukasa OI <research_trasio@irq.a4lg.com>
Wed, 14 Sep 2022 12:28:02 +0000 (12:28 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Wed, 21 Sep 2022 06:14:16 +0000 (06:14 +0000)
commite472ec9fad6d7b0da914da606430e249d1bd99e4
tree331d6adeb876b8b242de1427506298d99d6ef905
parent96462b012988d35ebb1137a2ad9fd0a96547d79a
configure: Pass CPPFLAGS_FOR_BUILD to subdirs

Because CPPFLAGS_FOR_BUILD is used in some subdirectories (through
bfd/warning.m4), not AC_SUBSTing the variable causes minor issues.

Fortunately, it didn't cause severe errors but error messages related to
@CPPFLAGS_FOR_BUILD@ (not AC_SUBSTed CPPFLAGS_FOR_BUILD variable passed
to subdirectories through Makefile) remain in config.log.

To avoid invalid invocation of preprocessor for build environment, we
need to set proper CPPFLAGS_FOR_BUILD (may be empty) and pass it to
subdirectories that need it.  This is what this commit does.

ChangeLog:

* configure.ac: Pass CPPFLAGS_FOR_BUILD to subdirectories.
* configure: Regenerate.
configure
configure.ac