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]

Re: [patch ada]: Fix PR/50942


On Feb 9, 2012, at 5:25 PM, Kai Tietz wrote:

> 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?

Puzzling.  Aren't these variables only defined on VMS hosts, due to the ifeq just before ?

Tristan.

> 
> 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]