Re: Make fails on glibc build

2007-05-18 Thread Jon Grant
Hi. [EMAIL PROTECTED] wrote on 18/05/07 15:08: I rebuilt it and the error came again. Using make from cvs 20070511, binutils 2.17.50.20070518 from cvs, glibc from cvs 20070518, gcc-4.2.0, kernel 2.6.21.1, i686 (make 3.81 works). Using CFLAGS "-march=pentium4 -O2 -pipe -fomit-frame-point

[bug #19900] Target-specific variables not honored for rules generated by $(eval)

2007-05-18 Thread Paul D. Smith
Update of bug #19900 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #3: Closed.

[bug #19900] Target-specific variables not honored for rules generated by $(eval)

2007-05-18 Thread Andy Goth
Follow-up Comment #2, bug #19900 (project make): My apologies. The problem was my misunderstanding. In the $(eval) case, $(var) was being expanded as part of the $(eval), which isn't being done in the context of a rule. Using $$(var) fixes this because $(eval) generates a rule containing the s

[bug #19900] Target-specific variables not honored for rules generated by $(eval)

2007-05-18 Thread Martin Dorey
Follow-up Comment #1, bug #19900 (project make): See the note about double expansion here: http://www.gnu.org/software/make/manual/make.html#Eval-Function You want the rule to read: echo $$(var) That then works for me. ___ Reply to th

[bug #19900] Target-specific variables not honored for rules generated by $(eval)

2007-05-18 Thread Andy Goth
URL: Summary: Target-specific variables not honored for rules generated by $(eval) Project: make Submitted by: andygoth Submitted on: Friday 05/18/2007 at 17:08 Severity: 3 - Normal

Re: Make fails on glibc build

2007-05-18 Thread alexander . kahl
I rebuilt it and the error came again. Using make from cvs 20070511, binutils 2.17.50.20070518 from cvs, glibc from cvs 20070518, gcc-4.2.0, kernel 2.6.21.1, i686 (make 3.81 works). Using CFLAGS "-march=pentium4 -O2 -pipe -fomit-frame-pointer -s" and configure "--prefix=/tool