From: Koen Kooi Date: Sun, 5 Nov 2006 22:53:21 +0000 (+0000) Subject: tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_... X-Git-Tag: Release-2010-05/1~9453^2~481^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb53b8c0ef1efef31d39cb1530287cb3facdaf85;p=openembedded.git tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_arch to armv4t --- diff --git a/conf/machine/include/tune-arm9tdmi.conf b/conf/machine/include/tune-arm9tdmi.conf index cfc3bad1c1..d097b07739 100644 --- a/conf/machine/include/tune-arm9tdmi.conf +++ b/conf/machine/include/tune-arm9tdmi.conf @@ -1 +1,2 @@ +PACKAGE_ARCH = "armv4t" TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"