On Sun, Jul 1, 2012 at 3:03 PM, Saul Wold <[email protected]> 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.
>

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to