[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [CONSOLIDATED PULL 15/19] arm/tune: Correct the logic which added thumb-interwork to OVERR
From:       sgw () linux ! intel ! com (Saul Wold)
Date:       2012-01-31 4:13:48
Message-ID: 17ce878157361951ea0f0dfbcc40d0b20b818625.1327980240.git.sgw () linux ! intel ! com
[Download RAW message or body]

From: Khem Raj <raj.khem at gmail.com>

Add no-thumb-interwork to TUNE_FEATURES for angstrom

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../conf/machine/include/arm/feature-arm-thumb.inc |    2 +-
 meta/conf/machine/include/tune-strongarm1100.inc   |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/conf/machine/include/arm/feature-arm-thumb.inc \
b/meta/conf/machine/include/arm/feature-arm-thumb.inc index b7d6061..da29102 100644
--- a/meta/conf/machine/include/arm/feature-arm-thumb.inc
+++ b/meta/conf/machine/include/arm/feature-arm-thumb.inc
@@ -21,6 +21,6 @@ ARMPKGSFX_THUMB .= "${@bb.utils.contains("TUNE_FEATURES", [ \
"armv7", "thumb" ],  # turn this off - the actual cost is very small.
 TUNEVALID[no-thumb-interwork] = "Disable mixing of thumb and ARM functions"
 TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "no-thumb-interwork", \
                "-mno-thumb-interwork", "-mthumb-interwork", d)}"
-OVERRIDES .= "${@bb.utils.contains("TUNE_FEATURES", "no-thumb-interwork", \
":thumb-interwork", "", d)}" +OVERRIDES .= "${@bb.utils.contains("TUNE_FEATURES", \
"no-thumb-interwork", "", ":thumb-interwork", d)}"  
 TARGET_CC_KERNEL_ARCH += "-mno-thumb-interwork -marm"
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc \
b/meta/conf/machine/include/tune-strongarm1100.inc index 66bab8e..8bd5be7 100644
--- a/meta/conf/machine/include/tune-strongarm1100.inc
+++ b/meta/conf/machine/include/tune-strongarm1100.inc
@@ -6,7 +6,5 @@ TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor \
optimizations"  TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "strongarm", \
"-mtune=strongarm1100", "", d)}"  
 AVAILTUNES += "strongarm"
-TUNE_FEATURES_tune-strongarm = "${TUNE_FEATURES_tune-armv4} strongarm"
+TUNE_FEATURES_tune-strongarm = "${TUNE_FEATURES_tune-armv4} strongarm \
no-thumb-interwork"  PACKAGE_EXTRA_ARCHS_tune-strongarm = \
                "${PACKAGE_EXTRA_ARCHS_tune-armv4}"
-
-
-- 
1.7.6.5


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic