[oe-commits] org.oe.dev conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as

ifaistos commit openembedded-commits at lists.openembedded.org
Tue Aug 21 13:57:11 UTC 2007


conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as 
these cores have an fpu

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 0dea00d57543fd353c9b38363b9f4aa52981b178
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0dea00d57543fd353c9b38363b9f4aa52981b178
Files:
1
conf/machine/include/tune-ppc440e.conf
conf/machine/include/tune-ppc603e.conf
Diffs:

#
# mt diff -r973a50477e3d0fbb540a2b070ee4666459aceb53 -r0dea00d57543fd353c9b38363b9f4aa52981b178
#
# 
# 
# patch "conf/machine/include/tune-ppc440e.conf"
#  from [31fe75135a31057b5ebdc3c5eb2cbf35eb537517]
#    to [052007ad15ac8865ca76cc3a6437455a3452e08f]
# 
# patch "conf/machine/include/tune-ppc603e.conf"
#  from [1042e68f15c2317e0f566b684347fdde50ea47d9]
#    to [50fd6b9827febbf259bd0d2bb79155cc64b82409]
# 
============================================================
--- conf/machine/include/tune-ppc440e.conf	31fe75135a31057b5ebdc3c5eb2cbf35eb537517
+++ conf/machine/include/tune-ppc440e.conf	052007ad15ac8865ca76cc3a6437455a3452e08f
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-mcpu=440fp"
-PACKAGE_ARCH = "ppc440"
+TARGET_CC_ARCH = "-mcpu=440fp -mhard-float"
+PACKAGE_ARCH = "ppc440e"
============================================================
--- conf/machine/include/tune-ppc603e.conf	1042e68f15c2317e0f566b684347fdde50ea47d9
+++ conf/machine/include/tune-ppc603e.conf	50fd6b9827febbf259bd0d2bb79155cc64b82409
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-mcpu=603e"
+TARGET_CC_ARCH = "-mcpu=603e -mhard-float"
 PACKAGE_ARCH = "ppc603e"






More information about the Openembedded-commits mailing list