conf/machine/mpc8323e-rdb.conf : Fix a previus commit where TARGET_FPU was commented.
authorStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 7 Nov 2007 09:25:47 +0000 (09:25 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 7 Nov 2007 09:25:47 +0000 (09:25 +0000)
Set TARTGET_FPU to softfloat only if distro/local.conf has not set any other value

conf/machine/mpc8323e-rdb.conf

index 0c0e071..ee2c614 100644 (file)
@@ -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"