[oe-commits] Koen Kooi : tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard '

git version control git at git.openembedded.org
Mon Dec 6 12:52:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b139be572e76e4c59c2ac098f09b6ead8cb465c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b139be572e76e4c59c2ac098f09b6ead8cb465c7

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Dec  5 13:31:18 2010 +0100

tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard'

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/machine/include/tune-cortexa8.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/tune-cortexa8.inc b/conf/machine/include/tune-cortexa8.inc
index 096c219..2ac0ebf 100644
--- a/conf/machine/include/tune-cortexa8.inc
+++ b/conf/machine/include/tune-cortexa8.inc
@@ -6,7 +6,7 @@
 # Can be 'softfp' or 'hardfp'
 ARM_FP_MODE ?= "softfp"
 
-ARM_FP_OPT = "${@['-mfloat-abi=softfp', '-mfloat-abi=hardfp'][bb.data.getVar('ARM_FP_MODE', d, 1) == 'hardfp']}"
+ARM_FP_OPT = "${@['-mfloat-abi=softfp', '-mfloat-abi=hard'][bb.data.getVar('ARM_FP_MODE', d, 1) == 'hardfp']}"
 ARM_FP_PACKAGESUFFIX = "${@['', '-hardfp'][bb.data.getVar('ARM_FP_MODE', d, 1) == 'hardfp']}"
 
 TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon ${ARM_FP_OPT}"





More information about the Openembedded-commits mailing list