http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122
Joel Sherrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
--- Comment #7 from sam at gcc dot gnu dot org 2009-10-03 09:53 ---
(In reply to comment #6)
> committed to trunk, 4.4 will follow.
Any news about the 4.4 commit?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122
--- Comment #6 from bonzini at gnu dot org 2009-08-30 14:35 ---
committed to trunk, 4.4 will follow.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122
--- Comment #5 from bonzini at gnu dot org 2009-08-30 14:26 ---
Subject: Bug 41122
Author: bonzini
Date: Sun Aug 30 14:26:37 2009
New Revision: 151227
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151227
Log:
2009-08-30 Paolo Bonzini
PR ada/41122
* configure
--- Comment #4 from joel at gcc dot gnu dot org 2009-08-20 13:57 ---
Will you be applying it to 4.4 and the head?
And a thank you. If we ever manage to meet in person, I owe you a beer, wine
or a nice dessert. Your choice. :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122
--
bonzini at gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org
|dot org |
--- Comment #3 from joel at gcc dot gnu dot org 2009-08-20 13:00 ---
Does AWK need to be set in libada/Makefile.in? Since this works for C/C++, it
must be OK in other places.
In gcc/config/m68k/t-mlibs...
M68K_AWK = $(strip $(shell $(AWK) 'BEGIN { FS="[ \t]*[,()][ \t]*"; ORS=" " }; \
--- Comment #2 from ludovic at ludovic-brenta dot org 2009-08-20 12:04
---
Actually, the whole awk program, which is presumably between single quotes in
the makefile, is the command which is not found. The command should be awk.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122
--- Comment #1 from ludovic at ludovic-brenta dot org 2009-08-20 12:02
---
At first glance: the makefile seems not to be calling awk at all; the first
word is BEGIN; obviously the command BEGIN is not found.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41122