Re: back to the Ada target vs target_alias issue wrt target pairs

2013-09-13 Thread Olivier Hainque
On Sep 13, 2013, at 23:35 , Olivier Hainque wrote: >> # Darwin (Mac OS X) >> -ifeq ($(strip $(filter-out darwin%,$(target_cpu))),) >> +ifeq ($(strip $(filter-out darwin%,$(target_os))),) >> 2) I don't have write access. > > I'll take care of committing. Thanks! rev 202578. Thanks again Domin

Re: back to the Ada target vs target_alias issue wrt target pairs

2013-09-13 Thread Olivier Hainque
Hello Dominique, On Sep 13, 2013, at 20:03 , domi...@lps.ens.fr (Dominique Dhumieres) wrote: > The bootstrap failure is fixed with the following patch: > > [macbook] gcc/work% diff -up ../_clean/gcc/ada/gcc-interface/Makefile.in > gcc/ada/gcc-interface/Makefile.in > --- ../_clean/gcc/ada/gcc-in

Re: back to the Ada target vs target_alias issue wrt target pairs

2013-09-13 Thread Dominique Dhumieres
The bootstrap failure is fixed with the following patch: [macbook] gcc/work% diff -up ../_clean/gcc/ada/gcc-interface/Makefile.in gcc/ada/gcc-interface/Makefile.in --- ../_clean/gcc/ada/gcc-interface/Makefile.in 2013-09-12 13:18:34.0 +0200 +++ gcc/ada/gcc-interface/Makefile.in 2013-09-

Re: back to the Ada target vs target_alias issue wrt target pairs

2013-09-13 Thread Dominique Dhumieres
> This is a followup on Thomas' proposal at > ... This commit (r202518) breaks bootstrap on x86_64-apple-darwin10 (I have bootstrapped r202538 with the commit reverted): /opt/gcc/build_w/./gcc/xgcc -B/opt/gcc/build_w/./gcc/ -B/opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/bin/ -B/opt/gcc/gcc4.9w/x