From b139be572e76e4c59c2ac098f09b6ead8cb465c7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 5 Dec 2010 13:31:18 +0100 Subject: tune-cortexa8: change '-mfloat-abi=hardfp' to '-mfloat-abi=hard' Signed-off-by: Koen Kooi --- conf/machine/include/tune-cortexa8.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg