conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 21 Aug 2007 13:24:13 +0000 (13:24 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 21 Aug 2007 13:24:13 +0000 (13:24 +0000)
these cores have an fpu

conf/machine/include/tune-ppc440e.conf
conf/machine/include/tune-ppc603e.conf

index 0cfa50c..5c47482 100644 (file)
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-mcpu=440fp"
-PACKAGE_ARCH = "ppc440"
+TARGET_CC_ARCH = "-mcpu=440fp -mhard-float"
+PACKAGE_ARCH = "ppc440e"
index 7c8714c..1a004d3 100644 (file)
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-mcpu=603e"
+TARGET_CC_ARCH = "-mcpu=603e -mhard-float"
 PACKAGE_ARCH = "ppc603e"