public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def
@ 2023-08-12  1:02 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-12  1:02 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

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

commit 27a028582101af7189e654be3b5c17576ac73bce
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Mon Aug 7 13:07:45 2023 +0200

    PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def
    
    This patch fixes PR bootstrap/106472 by adding a missing dependency
    to Makefile.def to allow make bootstrap when configured using
    "--enable-languages=go" (and not using make with multiple threads).
    
    2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
    
            PR bootstrap/106472
            * Makefile.def (dependencies): Make configure-target-libgo depend
            upon all-target-libbacktrace.

Diff:
---
 Makefile.def | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.def b/Makefile.def
index ee7559fdd3e..1ea798ce1a3 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -4,7 +4,7 @@ AutoGen definitions Makefile.tpl;
 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
 // This file was originally written by Nathanael Nerode.
 //
-//   Copyright 2002-2021 Free Software Foundation
+//   Copyright 2002-2022 Free Software Foundation
 //
 // This file is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -681,6 +681,7 @@ dependencies = { module=configure-target-newlib; on=all-binutils; };
 dependencies = { module=configure-target-newlib; on=all-ld; };
 dependencies = { module=configure-target-libgfortran; on=all-target-libquadmath; };
 dependencies = { module=configure-target-libgfortran; on=all-target-libbacktrace; };
+dependencies = { module=configure-target-libgo; on=all-target-libbacktrace; };
 
 languages = { language=c;	gcc-check-target=check-gcc; };
 languages = { language=c++;	gcc-check-target=check-c++;

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

only message in thread, other threads:[~2023-08-12  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12  1:02 [binutils-gdb] PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def Alan Modra

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