diff options
Diffstat (limited to 'meta/conf/machine/include/tune-arm926ejs.inc')
-rw-r--r-- | meta/conf/machine/include/tune-arm926ejs.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-arm926ejs.inc b/meta/conf/machine/include/tune-arm926ejs.inc index 9d546c9fda..e54403b0ce 100644 --- a/meta/conf/machine/include/tune-arm926ejs.inc +++ b/meta/conf/machine/include/tune-arm926ejs.inc | |||
@@ -1,7 +1,9 @@ | |||
1 | FEED_ARCH = "armv5te" | 1 | TUNE_ARCH = "arm" |
2 | |||
3 | TUNE_PKGARCH = "armv5te" | ||
2 | PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te" | 4 | PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te" |
3 | # For gcc 3.x you need: | 5 | # For gcc 3.x you need: |
4 | #TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" | 6 | #TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" |
5 | # For gcc 4.x you need: | 7 | # For gcc 4.x you need: |
6 | TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" | 8 | TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" |
7 | BASE_PACKAGE_ARCH = "armv5te" | 9 | |