diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-28 05:56:05 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-28 05:56:05 +0000 |
commit | 1cb2fed60171fbb528b43d53905b70685b60035a (patch) | |
tree | 109d2c5ccf57c6203bc3911bbc5c93a71be04e6b /conf | |
parent | 592e10fdc5f5a98e419097697b142f9a5bd31769 (diff) |
conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local.conf
dont define anything
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-ppc405.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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" |