From: Stelios Koroneos Date: Wed, 7 Nov 2007 09:25:47 +0000 (+0000) Subject: conf/machine/mpc8323e-rdb.conf : Fix a previus commit where TARGET_FPU was commented. X-Git-Tag: Release-2010-05/1~8449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2343918324d6de98100c0e5826663556778a916;p=openembedded.git 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 --- 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"