summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-ppc603e.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/machine/include/tune-ppc603e.conf
parentd0d0bc0c25f82b4ab91a639d7dee3ca5b2e08fbd (diff)
conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as
these cores have an fpu
Diffstat (limited to 'conf/machine/include/tune-ppc603e.conf')
-rw-r--r--conf/machine/include/tune-ppc603e.conf2
1 files changed, 1 insertions, 1 deletions
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"