This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch ada]: Fix PR/50942


Hi,

this fix ada bootstrap issue for stage 3 for windows native builds

ChangeLog

2012-02-09  Kai Tietz  <ktietz@redhat.com>

	PR ada/50942
	* gcc-interface/Makefile.in (LN_S): Add r-option.

Tested for i686-w64-mingw32.  Ok for apply?

Regards,
Kai

Index: gcc/gcc/ada/gcc-interface/Makefile.in
===================================================================
--- gcc.orig/gcc/ada/gcc-interface/Makefile.in
+++ gcc/gcc/ada/gcc-interface/Makefile.in
@@ -1485,7 +1485,7 @@ ifeq ($(strip $(filter-out alpha64 ia64
 soext  = .exe
 hyphen = _
 LN = cp -p
-LN_S = cp -p
+LN_S = cp -pr

 .SUFFIXES: .sym


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]