aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-08-21 13:24:13 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-08-21 13:24:13 +0000
commit5dfbffedb784e9900ed1e2c392c202472040f048 (patch)
treede869b1e51c6e2b3a4cc775fa88b28613655db1d /conf
parentd0d0bc0c25f82b4ab91a639d7dee3ca5b2e08fbd (diff)
downloadopenembedded-5dfbffedb784e9900ed1e2c392c202472040f048.tar.gz
conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as
these cores have an fpu
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-ppc440e.conf4
-rw-r--r--conf/machine/include/tune-ppc603e.conf2
2 files changed, 3 insertions, 3 deletions
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"