[oe-commits] org.oe.dev conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local.conf

ifaistos commit openembedded-commits at lists.openembedded.org
Sun Oct 28 12:18:44 UTC 2007


conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local.conf 
dont define anything

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: d211bc53853f9cc132c93978001b34649accfa63
ViewMTN: http://monotone.openembedded.org/revision/info/d211bc53853f9cc132c93978001b34649accfa63
Files:
1
conf/machine/include/tune-ppc405.inc
Diffs:

#
# mt diff -r182f45ef8edad3fda0d5870c07f61d5bb85c1b5e -rd211bc53853f9cc132c93978001b34649accfa63
#
# 
# 
# patch "conf/machine/include/tune-ppc405.inc"
#  from [d3ecc6cddac961ee71d21cd4c51c8b3ec7da0e1d]
#    to [b7435c09a0a77ebf32cbe5c909ea0b360af08508]
# 
============================================================
--- conf/machine/include/tune-ppc405.inc	d3ecc6cddac961ee71d21cd4c51c8b3ec7da0e1d
+++ conf/machine/include/tune-ppc405.inc	b7435c09a0a77ebf32cbe5c909ea0b360af08508
@@ -1,3 +1,4 @@
-TARGET_FPU    =  "soft"
+#default to soft-floats if distro/machine/local.conf don't define anything else
+TARGET_FPU   ?=  "soft"
 TARGET_CC_ARCH = "-mcpu=405"
 PACKAGE_ARCH = "ppc405"






More information about the Openembedded-commits mailing list