diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-sh3.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-sh4.inc | 4 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/include/tune-sh3.inc b/meta/conf/machine/include/tune-sh3.inc index 816c9c4d97..70bb10b04d 100644 --- a/meta/conf/machine/include/tune-sh3.inc +++ b/meta/conf/machine/include/tune-sh3.inc | |||
@@ -11,7 +11,7 @@ TUNE_ARCH_tune-sh3 = "sh3" | |||
11 | TUNE_PKGARCH_tune-sh3 = "sh3" | 11 | TUNE_PKGARCH_tune-sh3 = "sh3" |
12 | PACKAGE_EXTRA_ARCHS_tune-sh3 = "sh sh3" | 12 | PACKAGE_EXTRA_ARCHS_tune-sh3 = "sh sh3" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-sh3eb = "sh3eb" | 14 | TUNE_FEATURES_tune-sh3eb = "sh3 bigendian" |
15 | TUNE_ARCH_tune-sh3eb = "sh3eb" | 15 | TUNE_ARCH_tune-sh3eb = "sh3eb" |
16 | TUNE_PKGARCH_tune-sh3eb = "sh3eb" | 16 | TUNE_PKGARCH_tune-sh3eb = "sh3eb" |
17 | PACKAGE_EXTRA_ARCHS_tune-sh3eb = "sheb sh3eb" | 17 | PACKAGE_EXTRA_ARCHS_tune-sh3eb = "sheb sh3eb" |
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc index f971f23890..00cfc3d030 100644 --- a/meta/conf/machine/include/tune-sh4.inc +++ b/meta/conf/machine/include/tune-sh4.inc | |||
@@ -18,7 +18,7 @@ TUNE_ARCH_tune-sh4 = "sh4" | |||
18 | TUNE_PKGARCH_tune-sh4 = "sh4" | 18 | TUNE_PKGARCH_tune-sh4 = "sh4" |
19 | PACKAGE_EXTRA_ARCHS_tune-sh4 = "sh sh4" | 19 | PACKAGE_EXTRA_ARCHS_tune-sh4 = "sh sh4" |
20 | 20 | ||
21 | TUNE_FEATURES_tune-sh4eb = "sh4eb" | 21 | TUNE_FEATURES_tune-sh4eb = "sh4 bigendian" |
22 | TUNE_ARCH_tune-sh4eb = "sh4eb" | 22 | TUNE_ARCH_tune-sh4eb = "sh4eb" |
23 | TUNE_PKGARCH_tune-sh4eb = "sh4eb" | 23 | TUNE_PKGARCH_tune-sh4eb = "sh4eb" |
24 | PACKAGE_EXTRA_ARCHS_tune-sh4eb = "sheb sh4eb" | 24 | PACKAGE_EXTRA_ARCHS_tune-sh4eb = "sheb sh4eb" |
@@ -28,7 +28,7 @@ TUNE_ARCH_tune-sh4a = "sh4" | |||
28 | TUNE_PKGARCH_tune-sh4a = "sh4a" | 28 | TUNE_PKGARCH_tune-sh4a = "sh4a" |
29 | PACKAGE_EXTRA_ARCHS_tune-sh4a = "sh sh4 sh4a" | 29 | PACKAGE_EXTRA_ARCHS_tune-sh4a = "sh sh4 sh4a" |
30 | 30 | ||
31 | TUNE_FEATURES_tune-sh4aeb = "sh4aeb" | 31 | TUNE_FEATURES_tune-sh4aeb = "sh4a bigendian" |
32 | TUNE_ARCH_tune-sh4aeb = "sh4eb" | 32 | TUNE_ARCH_tune-sh4aeb = "sh4eb" |
33 | TUNE_PKGARCH_tune-sh4aeb = "sh4aeb" | 33 | TUNE_PKGARCH_tune-sh4aeb = "sh4aeb" |
34 | PACKAGE_EXTRA_ARCHS_tune-sh4aeb = "sheb sh4eb sh4aeb" | 34 | PACKAGE_EXTRA_ARCHS_tune-sh4aeb = "sheb sh4eb sh4aeb" |
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 54f3727676..80a3683666 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -10,7 +10,7 @@ TUNE_FEATURES_tune-xscale = "${TUNE_FEATURES_tune-armv5te} xscale" | |||
10 | PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te}" | 10 | PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te}" |
11 | 11 | ||
12 | AVAILTUNES += "xscale-be" | 12 | AVAILTUNES += "xscale-be" |
13 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale-be" | 13 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale bigendian" |
14 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}" | 14 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}" |
15 | 15 | ||
16 | # webkit-gtk has alignment issues with double instructions on armv5 so | 16 | # webkit-gtk has alignment issues with double instructions on armv5 so |