public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-892] sim: depend on gnulib
@ 2021-05-18 21:45 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2021-05-18 21:45 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:17af39e1c0e590f4cb13d672c9ee850e871164ab

commit r12-892-g17af39e1c0e590f4cb13d672c9ee850e871164ab
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri May 7 22:30:30 2021 -0400

    sim: depend on gnulib
    
    We're going to start using gnulib in the sim, so make sure it exists.
    
    ChangeLog:
    
            * Makefile.def: Add configure-sim dependency on all-gnulib.
            * Makefile.in: Regenerated.

Diff:
---
 Makefile.def | 1 +
 Makefile.in  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.def b/Makefile.def
index 3930d9976a6..c83d9c4a813 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -540,6 +540,7 @@ dependencies = { module=install-strip-sid; on=install-strip-tcl; };
 dependencies = { module=install-sid; on=install-tk; };
 dependencies = { module=install-strip-sid; on=install-strip-tk; };
 
+dependencies = { module=configure-sim; on=all-gnulib; };
 dependencies = { module=configure-sim; on=configure-intl; };
 dependencies = { module=all-sim; on=all-intl; };
 dependencies = { module=all-sim; on=all-libiberty; };
diff --git a/Makefile.in b/Makefile.in
index b6cf33077a4..ab883f69115 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61035,6 +61035,7 @@ install-sid: maybe-install-tcl
 install-strip-sid: maybe-install-strip-tcl
 install-sid: maybe-install-tk
 install-strip-sid: maybe-install-strip-tk
+configure-sim: maybe-all-gnulib
 all-sim: maybe-all-readline
 all-fastjar: maybe-all-build-texinfo
 all-libctf: all-libiberty


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

only message in thread, other threads:[~2021-05-18 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 21:45 [gcc r12-892] sim: depend on gnulib Michael Frysinger

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).