Skip to content

Commit 796b616

Browse files
ArnaudCharletpmderodat
authored andcommitted
[Ada] Use runtime from base compiler during stage1 #2
gcc/ada/ * Make-generated.in: Add -f switch to ensure cp will never fail.
1 parent 77630ba commit 796b616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/ada/Make-generated.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ ada/stamp-sdefault : $(srcdir)/ada/version.c Makefile
8383
touch ada/stamp-sdefault
8484

8585
ada/%: $(srcdir)/ada/libgnat/%
86-
$(CP) $< $@
86+
$(CP) -f $< $@

0 commit comments

Comments
 (0)