[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jakub at gcc dot gnu.org
 Resolution||FIXED

--- Comment #7 from Jakub Jelinek  2011-12-01 
09:38:52 UTC ---
Fixed.


[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201

--- Comment #6 from Jakub Jelinek  2011-12-01 
09:37:03 UTC ---
Author: jakub
Date: Thu Dec  1 09:36:59 2011
New Revision: 181877

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181877
Log:
PR bootstrap/51201
* gcc-interface/Make-lang.in: Initialize RTS_DIR with = instead of :=.

Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gcc-interface/Make-lang.in


[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-11-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201

--- Comment #5 from Jakub Jelinek  2011-11-30 
10:52:29 UTC ---
Created attachment 25950
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25950
gcc47-pr51201.patch

Completely untested.  Perhaps at the expense of calling gnatls 4 times instead
of just once for make gnattools (and 6 times for cross-gnattools) we could
avoid this by making the var deferred.


[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-11-20 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201

Hans-Peter Nilsson  changed:

   What|Removed |Added

 CC||hp at gcc dot gnu.org

--- Comment #4 from Hans-Peter Nilsson  2011-11-20 
22:56:37 UTC ---
I see this for cris-elf too, but just as a line in the logs at every entry to
gcc; build continues.


[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201

Eric Botcazou  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unknown |4.7.0
   Last reconfirmed||2011-11-19
  Component|ada |bootstrap
 CC||ebotcazou at gcc dot
   ||gnu.org
 Ever Confirmed|0   |1
Summary|/bin/bash: gnatls: command  |[4.7 regression] build
   |not found   |error without Ada compiler
   ||installed
   Target Milestone|--- |4.7.0

--- Comment #3 from Eric Botcazou  2011-11-19 
12:25:57 UTC ---
Annoying.