Re-apply "Pass PKG_CONFIG_PATH down from top-level Makefile"
Commit 228cf97dd3c8 ("Merge configure.ac from gcc project") undid the change originally done in de83289ef32e ("Pass PKG_CONFIG_PATH down from top-level Makefile"). Re-apply it. Change-Id: I91138dfca41c43b05e53e445f62e4b27882536bf
This commit is contained in:
parent
1639fab33b
commit
9e65489ac2
2
configure
vendored
2
configure
vendored
@ -621,6 +621,7 @@ CXX_FOR_TARGET
|
|||||||
CC_FOR_TARGET
|
CC_FOR_TARGET
|
||||||
RANLIB_PLUGIN_OPTION
|
RANLIB_PLUGIN_OPTION
|
||||||
AR_PLUGIN_OPTION
|
AR_PLUGIN_OPTION
|
||||||
|
PKG_CONFIG_PATH
|
||||||
GDCFLAGS
|
GDCFLAGS
|
||||||
READELF
|
READELF
|
||||||
OTOOL
|
OTOOL
|
||||||
@ -12932,6 +12933,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -plugin option" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -plugin option" >&5
|
||||||
$as_echo_n "checking for -plugin option... " >&6; }
|
$as_echo_n "checking for -plugin option... " >&6; }
|
||||||
|
|
||||||
|
@ -3654,6 +3654,7 @@ AC_SUBST(CFLAGS)
|
|||||||
AC_SUBST(CXXFLAGS)
|
AC_SUBST(CXXFLAGS)
|
||||||
AC_SUBST(GDC)
|
AC_SUBST(GDC)
|
||||||
AC_SUBST(GDCFLAGS)
|
AC_SUBST(GDCFLAGS)
|
||||||
|
AC_SUBST(PKG_CONFIG_PATH)
|
||||||
|
|
||||||
GCC_PLUGIN_OPTION(PLUGIN_OPTION)
|
GCC_PLUGIN_OPTION(PLUGIN_OPTION)
|
||||||
AR_PLUGIN_OPTION=
|
AR_PLUGIN_OPTION=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user