public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2031] [Ada] Use runtime from base compiler during stage1 #2
@ 2021-07-05 13:15 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-07-05 13:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:796b616383780e7707c21e4e31eb627e5937a93f

commit r12-2031-g796b616383780e7707c21e4e31eb627e5937a93f
Author: Arnaud Charlet <charlet@adacore.com>
Date:   Fri Apr 30 11:52:35 2021 -0400

    [Ada] Use runtime from base compiler during stage1 #2
    
    gcc/ada/
    
            * Make-generated.in: Add -f switch to ensure cp will never fail.

Diff:
---
 gcc/ada/Make-generated.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/Make-generated.in b/gcc/ada/Make-generated.in
index 7d452b8aa89..948fc508a56 100644
--- a/gcc/ada/Make-generated.in
+++ b/gcc/ada/Make-generated.in
@@ -83,4 +83,4 @@ ada/stamp-sdefault : $(srcdir)/ada/version.c Makefile
 	touch ada/stamp-sdefault
 
 ada/%: $(srcdir)/ada/libgnat/%
-	$(CP) $< $@
+	$(CP) -f $< $@


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

only message in thread, other threads:[~2021-07-05 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 13:15 [gcc r12-2031] [Ada] Use runtime from base compiler during stage1 #2 Pierre-Marie de Rodat

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