public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Re-apply "Pass PKG_CONFIG_PATH down from top-level Makefile"
@ 2022-10-12  3:09 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2022-10-12  3:09 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9e65489ac29a2b38417c4f17acf82187343751a6

commit 9e65489ac29a2b38417c4f17acf82187343751a6
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Fri Apr 8 10:56:41 2022 -0400

    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

Diff:
---
 configure    | 2 ++
 configure.ac | 1 +
 2 files changed, 3 insertions(+)

diff --git a/configure b/configure
index 4d328b735a3..9ea8034f5d7 100755
--- a/configure
+++ b/configure
@@ -621,6 +621,7 @@ CXX_FOR_TARGET
 CC_FOR_TARGET
 RANLIB_PLUGIN_OPTION
 AR_PLUGIN_OPTION
+PKG_CONFIG_PATH
 GDCFLAGS
 READELF
 OTOOL
@@ -12932,6 +12933,7 @@ fi
 
 
 
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -plugin option" >&5
 $as_echo_n "checking for -plugin option... " >&6; }
 
diff --git a/configure.ac b/configure.ac
index 47931ff4e9e..8af83cc98d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3654,6 +3654,7 @@ AC_SUBST(CFLAGS)
 AC_SUBST(CXXFLAGS)
 AC_SUBST(GDC)
 AC_SUBST(GDCFLAGS)
+AC_SUBST(PKG_CONFIG_PATH)
 
 GCC_PLUGIN_OPTION(PLUGIN_OPTION)
 AR_PLUGIN_OPTION=

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-12  3:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  3:09 [binutils-gdb] Re-apply "Pass PKG_CONFIG_PATH down from top-level Makefile" Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).