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
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
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-
> 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
Hello,
This is a followup on Thomas' proposal at
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01617.html
re the use of $target_alias vs $target derivatives in the GNAT Makefiles to
select target specific pairs for runtime and tools.
As part of this dicsussion, we:
- agreed that moving back t