[oe-commits] org.oe.dev conf/machine/mpc8323e-rdb.conf : Fix a previus commit where TARGET_FPU was commented.

ifaistos commit openembedded-commits at lists.openembedded.org
Wed Nov 7 09:36:29 UTC 2007


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

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 3ceed45c9d4c44db45af90121464ecd4dfb6317c
ViewMTN: http://monotone.openembedded.org/revision/info/3ceed45c9d4c44db45af90121464ecd4dfb6317c
Files:
1
conf/machine/mpc8323e-rdb.conf
Diffs:

#
# mt diff -r85dec2124d884510a593355cc3c8e6072d815aa8 -r3ceed45c9d4c44db45af90121464ecd4dfb6317c
#
# 
# 
# patch "conf/machine/mpc8323e-rdb.conf"
#  from [0cfc4b95ca7cfae3364c127544550c04b54a2527]
#    to [250e826f5d31182ea85bbc328c82de9c3973796b]
# 
============================================================
--- conf/machine/mpc8323e-rdb.conf	0cfc4b95ca7cfae3364c127544550c04b54a2527
+++ conf/machine/mpc8323e-rdb.conf	250e826f5d31182ea85bbc328c82de9c3973796b
@@ -1,9 +1,9 @@ TARGET_ARCH = "powerpc"
 #@TYPE: Machine
 #@Name: Freescale MPC8323E-RDB
 #@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"






More information about the Openembedded-commits mailing list