commit | 5967fe0dd1f3a49176740553cd147e99d6950895 | [log] [tgz] |
---|---|---|
author | Thomas Schwinge <tschwinge@baylibre.com> | Wed Feb 26 10:13:51 2025 +0100 |
committer | Thomas Schwinge <tschwinge@baylibre.com> | Thu Mar 13 13:07:27 2025 +0100 |
tree | a36676c49899e0e633a7a2b1dc6ac23b8aebe42d | |
parent | feb75e4643dca350b946b85ee25f4818ce6ce308 [diff] |
libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS' In particular, 'GLIBCXX_ENABLE_CXX_FLAGS' shouldn't overwrite 'EXTRA_CXX_FLAGS' (and instead append any additional '--enable-cxx-flags=[...]'). libstdc++-v3/ * acinclude.m4 (GLIBCXX_ENABLE_CXX_FLAGS): Append to 'EXTRA_CXX_FLAGS' any additional flags. * configure: Regenerate. * configure.host: Document 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS'.