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: back to the Ada target vs target_alias issue wrt target pairs


Hello Dominique,

On Sep 13, 2013, at 20:03 , dominiq@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-interface/Makefile.in	2013-09-12 13:18:34.000000000 +0200
> +++ gcc/ada/gcc-interface/Makefile.in	2013-09-13 16:58:58.000000000 +0200
> @@ -2190,7 +2190,7 @@ ifeq ($(strip $(filter-out %x32 linux%,$
> endif
> 
> # Darwin (Mac OS X)
> -ifeq ($(strip $(filter-out darwin%,$(target_cpu))),)
> +ifeq ($(strip $(filter-out darwin%,$(target_os))),)

 Oops, correct. Mistake of mine during a conflict resolution.

> Notes:
> 1) I did not check for other typos.
> 2) I don't have write access.


 I'll take care of committing. Thanks!

 Olivier


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