mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-09 00:53:10 +00:00
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}.
This commit is contained in:
committed by
Alan Modra
parent
dbd77e2194
commit
19824f6fab
@@ -3717,6 +3717,7 @@ AC_SUBST(CFLAGS)
|
|||||||
AC_SUBST(CXXFLAGS)
|
AC_SUBST(CXXFLAGS)
|
||||||
AC_SUBST(GDC)
|
AC_SUBST(GDC)
|
||||||
AC_SUBST(GDCFLAGS)
|
AC_SUBST(GDCFLAGS)
|
||||||
|
GDCFLAGS=${GDCFLAGS-${CFLAGS}}
|
||||||
AC_SUBST(PKG_CONFIG_PATH)
|
AC_SUBST(PKG_CONFIG_PATH)
|
||||||
|
|
||||||
GCC_PLUGIN_OPTION(PLUGIN_OPTION)
|
GCC_PLUGIN_OPTION(PLUGIN_OPTION)
|
||||||
|
|||||||
Reference in New Issue
Block a user