aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8323e-rdb.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-11-07 09:25:47 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-11-07 09:25:47 +0000
commita2343918324d6de98100c0e5826663556778a916 (patch)
treeaf64a62ebf58e6820dbe82d146b9ce2a350e828a /conf/machine/mpc8323e-rdb.conf
parent830e2d4461c53e67c96e711e7adb9d03a69b3b65 (diff)
downloadopenembedded-a2343918324d6de98100c0e5826663556778a916.tar.gz
conf/machine/mpc8323e-rdb.conf : Fix a previus commit where TARGET_FPU was commented.
Set TARTGET_FPU to softfloat only if distro/local.conf has not set any other value
Diffstat (limited to 'conf/machine/mpc8323e-rdb.conf')
-rw-r--r--conf/machine/mpc8323e-rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf
index 0c0e07174a..ee2c6144a9 100644
--- a/conf/machine/mpc8323e-rdb.conf
+++ b/conf/machine/mpc8323e-rdb.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
TARGET_ARCH = "powerpc"
-#TARGET_FPU = "soft"
+TARGET_FPU ?= "soft"
PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
PREFERRED_PROVIDER_virtual/kernel = "linux"