* Paul Eggleton <[email protected]> [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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
