summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ep9312.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-ep9312.inc')
-rw-r--r--meta/conf/machine/include/tune-ep9312.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-ep9312.inc b/meta/conf/machine/include/tune-ep9312.inc
index f10123f0dc..09db6b484d 100644
--- a/meta/conf/machine/include/tune-ep9312.inc
+++ b/meta/conf/machine/include/tune-ep9312.inc
@@ -1,5 +1,4 @@
1DEFAULTTUNE ?= "ep9312" 1DEFAULTTUNE ?= "ep9312"
2ARMPKGARCH ?= "ep9312"
3 2
4require conf/machine/include/arm/arch-armv4.inc 3require conf/machine/include/arm/arch-armv4.inc
5 4
@@ -7,7 +6,6 @@ TUNEVALID[ep9312] = "Enable Intel PXA27x specific processor optimizations"
7TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ep9312", "-march=ep9312 -mtune=ep9312", "", d)}" 6TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ep9312", "-march=ep9312 -mtune=ep9312", "", d)}"
8 7
9AVAILTUNES += "ep9312" 8AVAILTUNES += "ep9312"
9ARMPKGARCH_tune-ep9312 = "ep9312"
10TUNE_FEATURES_tune-ep9312 = "thumb ep9312" 10TUNE_FEATURES_tune-ep9312 = "thumb ep9312"
11PACKAGE_EXTRA_ARCHS_tune-ep9312 = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} ep9312" 11PACKAGE_EXTRA_ARCHS_tune-ep9312 = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} ep9312"
12
13