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 <kti...@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