From 19824f6fab29fddebc4e7674a730d65bd3efd7ea Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Aug 2023 13:07:47 +0200 Subject: [PATCH] Use substituted GDCFLAGS Use the substituted value for GCDFLAGS instead of hardcoding $(CFLAGS) so that the subdir configure scripts use the configured value. * configure.ac (GDCFLAGS): Set default from ${CFLAGS}. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 861432a5b23..5d25dc864c3 100644 --- a/configure.ac +++ b/configure.ac @@ -3717,6 +3717,7 @@ AC_SUBST(CFLAGS) AC_SUBST(CXXFLAGS) AC_SUBST(GDC) AC_SUBST(GDCFLAGS) +GDCFLAGS=${GDCFLAGS-${CFLAGS}} AC_SUBST(PKG_CONFIG_PATH) GCC_PLUGIN_OPTION(PLUGIN_OPTION) -- 2.30.2