[PATCH] LDFLAGS configuration

Shaun Jackman sjackman at gmail.com
Thu Jun 8 12:16:06 PDT 2006


On 6/8/06, Jason Schoon <floydpink at gmail.com> wrote:
> Yes, CROSS_COMPILER_PREFIX should go in there as well.  I never liked having
> those values in the .config, as it didn't make sense when I built for
> differing architectures.  I always pass those values on the command line,
> and will continue to do so now as well.  I'm assuming that moving these to
> .config.mak does not prevent me from overriding them via the command line?

I agree. I'd also like to see CROSS_COMPILER_PREFIX renamed to
CROSS_COMPILE, as Linux names it. It makes sense to do it at the same
time it's remove from .config.

The order of precedence of make variables is command line over
Makefile over environment variable. CROSS_COMPILE, and any other make
variable, can be specified in any of these three places.

Cheers,
Shaun


More information about the busybox mailing list