From: Florian Boor Date: Wed, 24 Aug 2005 16:06:11 +0000 (+0000) Subject: Fix typo in -mtune value. X-Git-Tag: Release-2010-05/1~9453^2~3803^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee0828904266168540bcc2672d20604666c4976;p=openembedded.git Fix typo in -mtune value. --- diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index 4e62a749dc..563586c902 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" PACKAGE_ARCH = "armv5te"