[OE-core] [PATCH 1/3] u-boot: Don't make the -Os removal part of global settings.

Khem Raj raj.khem at gmail.com
Sun Jul 1 23:14:23 UTC 2012


On Sun, Jul 1, 2012 at 3:03 PM, Saul Wold <sgw at linux.intel.com> wrote:
>>
>> -# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS
>> -EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2'"
>> -

instead of deleting it I think this should be

EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"

>>   python () {
>>         if not d.getVar("UBOOT_MACHINE", True):
>>                 PN = d.getVar("PN", True)
>
>
> Not sure what else changed, but I think you removed the TARGET_PREFIX or
> something else broke, but building with the Autobuilder, the following
> errors occur.
>




More information about the Openembedded-core mailing list