summaryrefslogtreecommitdiff
path: root/meta/conf/machine/include/tune-arm920t.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-arm920t.conf')
-rw-r--r--meta/conf/machine/include/tune-arm920t.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-arm920t.conf b/meta/conf/machine/include/tune-arm920t.conf
index 936b13751..992f1923c 100644
--- a/meta/conf/machine/include/tune-arm920t.conf
+++ b/meta/conf/machine/include/tune-arm920t.conf
@@ -1,2 +1,3 @@
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
+PACKAGE_ARCH = "armv4t"
+TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t"