conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Sun, 28 Oct 2007 05:56:05 +0000 (05:56 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Sun, 28 Oct 2007 05:56:05 +0000 (05:56 +0000)
dont define anything

conf/machine/include/tune-ppc405.inc

index 358ab02..62118dd 100644 (file)
@@ -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"