[OE-core] [PATCH v3] busybox: Upgrade to upstream 1.20.2

Anders Darander anders at chargestorm.se
Tue Aug 21 05:36:42 UTC 2012


* Paul Eggleton <paul.eggleton at linux.intel.com> [120820 16:18]:

> On Monday 20 August 2012 17:07:33 Radu Moisan wrote:
> > +CONFIG_CROSS_COMPILER_PREFIX="i586-poky-linux-"

> I think we probably want to clear this value as it was before - just for 
> stylistic reasons, it won't make any actual difference to the output.

Yes, we want to do that. Just as we want to also clear
CONFIG_EXTRA_CFLAGS using the same reasoning.

See the extracted part of the patch below.

Cheers
/Anders

-CONFIG_CROSS_COMPILER_PREFIX=""
-CONFIG_EXTRA_CFLAGS=""
+CONFIG_CROSS_COMPILER_PREFIX="i586-poky-linux-"
+CONFIG_SYSROOT=""
+CONFIG_EXTRA_CFLAGS=" -O2 -pipe -g -feliminate-unused-debug-types"
+CONFIG_EXTRA_LDFLAGS=""
+CONFIG_EXTRA_LDLIBS=""



> Cheers,
> Paul
-- 
Anders Darander
ChargeStorm AB / eStorm AB




More information about the Openembedded-core mailing list