From: Stelios Koroneos Date: Tue, 21 Aug 2007 13:24:13 +0000 (+0000) Subject: conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as X-Git-Tag: Release-2010-05/1~8857^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dfbffedb784e9900ed1e2c392c202472040f048;p=openembedded.git conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as these cores have an fpu --- diff --git a/conf/machine/include/tune-ppc440e.conf b/conf/machine/include/tune-ppc440e.conf index 0cfa50c69e..5c47482a54 100644 --- a/conf/machine/include/tune-ppc440e.conf +++ b/conf/machine/include/tune-ppc440e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=440fp" -PACKAGE_ARCH = "ppc440" +TARGET_CC_ARCH = "-mcpu=440fp -mhard-float" +PACKAGE_ARCH = "ppc440e" diff --git a/conf/machine/include/tune-ppc603e.conf b/conf/machine/include/tune-ppc603e.conf index 7c8714cfc2..1a004d30b5 100644 --- a/conf/machine/include/tune-ppc603e.conf +++ b/conf/machine/include/tune-ppc603e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=603e" +TARGET_CC_ARCH = "-mcpu=603e -mhard-float" PACKAGE_ARCH = "ppc603e"