From 1cb2fed60171fbb528b43d53905b70685b60035a Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sun, 28 Oct 2007 05:56:05 +0000 Subject: [PATCH] conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local.conf dont define anything --- conf/machine/include/tune-ppc405.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/tune-ppc405.inc b/conf/machine/include/tune-ppc405.inc index 358ab026ec..62118dd3a1 100644 --- a/conf/machine/include/tune-ppc405.inc +++ b/conf/machine/include/tune-ppc405.inc @@ -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" -- 2.39.5