diff options
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r-- | meta/conf/machine/include/tune-arm1136jf-s.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-arm920t.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-arm926ejs.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-arm9tdmi.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa15.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa17.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa5.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa7.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa8.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexa9.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexm1.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexm3.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-cortexr4.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-ep9312.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-iwmmxt.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-strongarm1100.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/meta/conf/machine/include/tune-arm1136jf-s.inc index b750fe9d25..53994ef363 100644 --- a/meta/conf/machine/include/tune-arm1136jf-s.inc +++ b/meta/conf/machine/include/tune-arm1136jf-s.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv6" | |||
3 | require conf/machine/include/arm/arch-armv6.inc | 3 | require conf/machine/include/arm/arch-armv6.inc |
4 | 4 | ||
5 | TUNEVALID[arm1136jfs] = "Enable arm1136jfs specific processor optimizations" | 5 | TUNEVALID[arm1136jfs] = "Enable arm1136jfs specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm1136jfs', ' -mtune=arm1136jf-s', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm1136jfs', ' -mcpu=arm1136jf-s', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "arm1136jfs" | 8 | AVAILTUNES += "arm1136jfs" |
9 | ARMPKGARCH_tune-arm1136jfs = "arm1136jfs" | 9 | ARMPKGARCH_tune-arm1136jfs = "arm1136jfs" |
diff --git a/meta/conf/machine/include/tune-arm920t.inc b/meta/conf/machine/include/tune-arm920t.inc index 5e6d4cbd91..c6e74b6772 100644 --- a/meta/conf/machine/include/tune-arm920t.inc +++ b/meta/conf/machine/include/tune-arm920t.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv4t" | |||
3 | require conf/machine/include/arm/arch-armv4.inc | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | TUNEVALID[arm920t] = "Enable arm920t specific processor optimizations" | 5 | TUNEVALID[arm920t] = "Enable arm920t specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', ' -mtune=arm920t', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', ' -mcpu=arm920t', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "arm920t" | 8 | AVAILTUNES += "arm920t" |
9 | ARMPKGARCH_tune-arm920t = "arm920t" | 9 | ARMPKGARCH_tune-arm920t = "arm920t" |
diff --git a/meta/conf/machine/include/tune-arm926ejs.inc b/meta/conf/machine/include/tune-arm926ejs.inc index e554941770..4f4d7dca94 100644 --- a/meta/conf/machine/include/tune-arm926ejs.inc +++ b/meta/conf/machine/include/tune-arm926ejs.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv5te" | |||
3 | require conf/machine/include/arm/arch-armv5-dsp.inc | 3 | require conf/machine/include/arm/arch-armv5-dsp.inc |
4 | 4 | ||
5 | TUNEVALID[arm926ejs] = "Enable arm926ejs specific processor optimizations" | 5 | TUNEVALID[arm926ejs] = "Enable arm926ejs specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', ' -mtune=arm926ej-s', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', ' -mcpu=arm926ej-s', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "arm926ejs" | 8 | AVAILTUNES += "arm926ejs" |
9 | ARMPKGARCH_tune-arm926ejs = "arm926ejs" | 9 | ARMPKGARCH_tune-arm926ejs = "arm926ejs" |
diff --git a/meta/conf/machine/include/tune-arm9tdmi.inc b/meta/conf/machine/include/tune-arm9tdmi.inc index ebac472c5b..e9c2b8fcf5 100644 --- a/meta/conf/machine/include/tune-arm9tdmi.inc +++ b/meta/conf/machine/include/tune-arm9tdmi.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv4t" | |||
3 | require conf/machine/include/arm/arch-armv4.inc | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | TUNEVALID[arm9tdmi] = "Enable arm9tdmi specific processor optimizations" | 5 | TUNEVALID[arm9tdmi] = "Enable arm9tdmi specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', ' -mtune=arm9tdmi', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', ' -mcpu=arm9tdmi', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "arm9tdmi" | 8 | AVAILTUNES += "arm9tdmi" |
9 | ARMPKGARCH_tune-arm9tdmi = "arm9tdmi" | 9 | ARMPKGARCH_tune-arm9tdmi = "arm9tdmi" |
diff --git a/meta/conf/machine/include/tune-cortexa15.inc b/meta/conf/machine/include/tune-cortexa15.inc index cfc81517ee..a33b27f327 100644 --- a/meta/conf/machine/include/tune-cortexa15.inc +++ b/meta/conf/machine/include/tune-cortexa15.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7ve-neon" | |||
3 | require conf/machine/include/arm/arch-armv7ve.inc | 3 | require conf/machine/include/arm/arch-armv7ve.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa15] = "Enable Cortex-A15 specific processor optimizations" | 5 | TUNEVALID[cortexa15] = "Enable Cortex-A15 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa15', ' -mtune=cortex-a15', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa15', ' -mcpu=cortex-a15', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa15 cortexa15t cortexa15-neon cortexa15t-neon cortexa15-neon-vfpv4 cortexa15t-neon-vfpv4" | 9 | AVAILTUNES += "cortexa15 cortexa15t cortexa15-neon cortexa15t-neon cortexa15-neon-vfpv4 cortexa15t-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa17.inc b/meta/conf/machine/include/tune-cortexa17.inc index 9668e95f31..ad92e0debc 100644 --- a/meta/conf/machine/include/tune-cortexa17.inc +++ b/meta/conf/machine/include/tune-cortexa17.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a-neon" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa17] = "Enable Cortex-A17 specific processor optimizations" | 5 | TUNEVALID[cortexa17] = "Enable Cortex-A17 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa17', ' -mtune=cortex-a17', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa17', ' -mcpu=cortex-a17', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa17 cortexa17t cortexa17-neon cortexa17t-neon cortexa17-neon-vfpv4 cortexa17t-neon-vfpv4" | 9 | AVAILTUNES += "cortexa17 cortexa17t cortexa17-neon cortexa17t-neon cortexa17-neon-vfpv4 cortexa17t-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include/tune-cortexa5.inc index 0d82854b9a..c7e5ab96a1 100644 --- a/meta/conf/machine/include/tune-cortexa5.inc +++ b/meta/conf/machine/include/tune-cortexa5.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a-neon" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa5] = "Enable Cortex-A5 specific processor optimizations" | 5 | TUNEVALID[cortexa5] = "Enable Cortex-A5 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa5', ' -mtune=cortex-a5', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa5', ' -mcpu=cortex-a5', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa5 cortexa5t cortexa5-neon cortexa5t-neon" | 9 | AVAILTUNES += "cortexa5 cortexa5t cortexa5-neon cortexa5t-neon" |
diff --git a/meta/conf/machine/include/tune-cortexa7.inc b/meta/conf/machine/include/tune-cortexa7.inc index 84432bd885..10b6ea7f31 100644 --- a/meta/conf/machine/include/tune-cortexa7.inc +++ b/meta/conf/machine/include/tune-cortexa7.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7ve-neon" | |||
3 | require conf/machine/include/arm/arch-armv7ve.inc | 3 | require conf/machine/include/arm/arch-armv7ve.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa7] = "Enable Cortex-A7 specific processor optimizations" | 5 | TUNEVALID[cortexa7] = "Enable Cortex-A7 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa7', ' -mtune=cortex-a7', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa7', ' -mcpu=cortex-a7', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa7 cortexa7t cortexa7-neon cortexa7t-neon cortexa7-neon-vfpv4 cortexa7t-neon-vfpv4" | 9 | AVAILTUNES += "cortexa7 cortexa7t cortexa7-neon cortexa7t-neon cortexa7-neon-vfpv4 cortexa7t-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa8.inc b/meta/conf/machine/include/tune-cortexa8.inc index 1daaf83e34..c8ce021693 100644 --- a/meta/conf/machine/include/tune-cortexa8.inc +++ b/meta/conf/machine/include/tune-cortexa8.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a-neon" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa8] = "Enable Cortex-A8 specific processor optimizations" | 5 | TUNEVALID[cortexa8] = "Enable Cortex-A8 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa8', ' -mtune=cortex-a8', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa8', ' -mcpu=cortex-a8', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa8 cortexa8t cortexa8-neon cortexa8t-neon" | 9 | AVAILTUNES += "cortexa8 cortexa8t cortexa8-neon cortexa8t-neon" |
diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta/conf/machine/include/tune-cortexa9.inc index 29e66515f1..965f2d9fe3 100644 --- a/meta/conf/machine/include/tune-cortexa9.inc +++ b/meta/conf/machine/include/tune-cortexa9.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a-neon" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexa9] = "Enable Cortex-A9 specific processor optimizations" | 5 | TUNEVALID[cortexa9] = "Enable Cortex-A9 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa9', ' -mtune=cortex-a9', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexa9', ' -mcpu=cortex-a9', '', d)}" |
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa9 cortexa9t cortexa9-neon cortexa9t-neon" | 9 | AVAILTUNES += "cortexa9 cortexa9t cortexa9-neon cortexa9t-neon" |
diff --git a/meta/conf/machine/include/tune-cortexm1.inc b/meta/conf/machine/include/tune-cortexm1.inc index 794152a409..8d882d426d 100644 --- a/meta/conf/machine/include/tune-cortexm1.inc +++ b/meta/conf/machine/include/tune-cortexm1.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexm1] = "Enable Cortex-M1 specific processor optimizations" | 5 | TUNEVALID[cortexm1] = "Enable Cortex-M1 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm1', ' -mtune=cortex-m1', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm1', ' -mcpu=cortex-m1', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "cortexm1" | 8 | AVAILTUNES += "cortexm1" |
9 | ARMPKGARCH_tune-cortexm1 = "cortexm1" | 9 | ARMPKGARCH_tune-cortexm1 = "cortexm1" |
diff --git a/meta/conf/machine/include/tune-cortexm3.inc b/meta/conf/machine/include/tune-cortexm3.inc index 05362a9187..62280c497a 100644 --- a/meta/conf/machine/include/tune-cortexm3.inc +++ b/meta/conf/machine/include/tune-cortexm3.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "cortexm3" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexm3] = "Enable Cortex-M3 specific processor optimizations" | 5 | TUNEVALID[cortexm3] = "Enable Cortex-M3 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm3', ' -mtune=cortex-m3', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm3', ' -mcpu=cortex-m3', '', d)}" |
7 | 7 | ||
8 | TUNEVALID[armv7m] = "Enable Cortex-M3 specific processor optimizations" | 8 | TUNEVALID[armv7m] = "Enable Cortex-M3 specific processor optimizations" |
9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7m', ' -march=armv7-m', '', d)}" | 9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7m', ' -march=armv7-m', '', d)}" |
diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/meta/conf/machine/include/tune-cortexr4.inc index 79fe9a4485..5ef37c65f0 100644 --- a/meta/conf/machine/include/tune-cortexr4.inc +++ b/meta/conf/machine/include/tune-cortexr4.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "cortexr4" | |||
3 | require conf/machine/include/arm/arch-armv7a.inc | 3 | require conf/machine/include/arm/arch-armv7a.inc |
4 | 4 | ||
5 | TUNEVALID[cortexr4] = "Enable Cortex-R4 specific processor optimizations" | 5 | TUNEVALID[cortexr4] = "Enable Cortex-R4 specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr4', ' -mtune=cortex-r4', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr4', ' -mcpu=cortex-r4', '', d)}" |
7 | 7 | ||
8 | TUNEVALID[armv7r] = "Enable Cortex-R4 specific processor optimizations" | 8 | TUNEVALID[armv7r] = "Enable Cortex-R4 specific processor optimizations" |
9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7r', ' -march=armv7-r', '', d)}" | 9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7r', ' -march=armv7-r', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ep9312.inc b/meta/conf/machine/include/tune-ep9312.inc index 897b904cd1..84ca528d6d 100644 --- a/meta/conf/machine/include/tune-ep9312.inc +++ b/meta/conf/machine/include/tune-ep9312.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "ep9312" | |||
3 | require conf/machine/include/arm/arch-armv4.inc | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | TUNEVALID[ep9312] = "Enable Intel PXA27x specific processor optimizations" | 5 | TUNEVALID[ep9312] = "Enable Intel PXA27x specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', ' -march=ep9312 -mtune=ep9312', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', ' -march=ep9312 -mcpu=ep9312', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ep9312" | 8 | AVAILTUNES += "ep9312" |
9 | ARMPKGARCH_tune-ep9312 = "ep9312" | 9 | ARMPKGARCH_tune-ep9312 = "ep9312" |
diff --git a/meta/conf/machine/include/tune-iwmmxt.inc b/meta/conf/machine/include/tune-iwmmxt.inc index 15cce8d3c5..f27423cb2e 100644 --- a/meta/conf/machine/include/tune-iwmmxt.inc +++ b/meta/conf/machine/include/tune-iwmmxt.inc | |||
@@ -6,7 +6,7 @@ DEFAULTTUNE ?= "iwmmxt" | |||
6 | require conf/machine/include/arm/arch-armv5-dsp.inc | 6 | require conf/machine/include/arm/arch-armv5-dsp.inc |
7 | 7 | ||
8 | TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" | 8 | TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" |
9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', ' -march=iwmmxt -mtune=iwmmxt', '', d)}" | 9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', ' -march=iwmmxt -mcpu=iwmmxt', '', d)}" |
10 | 10 | ||
11 | AVAILTUNES += "iwmmxt" | 11 | AVAILTUNES += "iwmmxt" |
12 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" | 12 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" |
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc index 7b2fa8e3ab..80cfb8ab8a 100644 --- a/meta/conf/machine/include/tune-strongarm1100.inc +++ b/meta/conf/machine/include/tune-strongarm1100.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv4" | |||
3 | require conf/machine/include/arm/arch-armv4.inc | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" | 5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mtune=strongarm1100', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mcpu=strongarm1100', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "strongarm" | 8 | AVAILTUNES += "strongarm" |
9 | ARMPKGARCH_tune-strongarm = "strongarm" | 9 | ARMPKGARCH_tune-strongarm = "strongarm" |
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 2a0610fddf..0d07333955 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv5te" | |||
3 | require conf/machine/include/arm/arch-armv5-dsp.inc | 3 | require conf/machine/include/arm/arch-armv5-dsp.inc |
4 | 4 | ||
5 | TUNEVALID[xscale] = "Enable PXA255/PXA26x Xscale specific processor optimizations" | 5 | TUNEVALID[xscale] = "Enable PXA255/PXA26x Xscale specific processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'xscale', ' -mtune=xscale', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'xscale', ' -mcpu=xscale', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "xscale" | 8 | AVAILTUNES += "xscale" |
9 | ARMPKGARCH_tune-xscale = "xscale" | 9 | ARMPKGARCH_tune-xscale = "xscale" |