aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-05 13:31:18 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-06 13:50:56 +0100
commitb139be572e76e4c59c2ac098f09b6ead8cb465c7 (patch)
treeb9d71761a3d82fabd10c8b57b36cdae194af8cc9 /conf/machine/include
parent80660274df6a1f36c12842b48bd9298226bdfc8d (diff)
downloadopenembedded-b139be572e76e4c59c2ac098f09b6ead8cb465c7.tar.gz
tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard'
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-cortexa8.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-cortexa8.inc b/conf/machine/include/tune-cortexa8.inc
index 096c219511..2ac0ebfe45 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}"