[PATCH] LDFLAGS configuration

Bernhard Fischer rep.nop at aon.at
Wed Jun 7 09:33:23 PDT 2006


On Wed, Jun 07, 2006 at 10:49:24AM -0400, Mike Frysinger wrote:
>On Tuesday 06 June 2006 18:24, Rob Landley wrote:
>> On Saturday 03 June 2006 2:27 pm, Shaun Jackman wrote:
>> > This patch adds LDFLAGS and LIBRARIES configuration options to
>> > complement the CFLAGS that already exists. Please apply.
>>
>> "Hello, I'd like to register a complaint.  Hello miss?"
>>
>> "What do you mean miss?"
>>
>> "I'm terribly sorry, I have a cold..."
>>
>> Has anybody else noticed that on a 2 ghz Pentium M (with TWO MEGABYTES of
>> L2 cache), make help sits there for a full two seconds before dumping the
>> help text?
>
>i'm guessing this has nothing to do with Shaun's post

Most likely, yes.
Also it's fun since a configure script could do exactly this (caching
the settings) over runs.
An easy fix for not looking at the gcc-flags for noconfig targets (resp.
notools target since some noconfig targets need hosttools and these may
need to check for flags for the HOSTCC) would be to just not check for
them if ($(MAKECMDGOAL),help)
Whether skipping these works for all versions of make is left as an
exercise for the curious (could be that i did it already in the
buildsys-patch i sent to the list WRT 'compressed_usage broke parallel
builds' -- http://www.busybox.net/lists/busybox/2006-May/021764.html).

Rob, what about instead fixing the testsuite so it can be run when
building out of tree? :P


More information about the busybox mailing list