diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-16 11:36:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-16 11:36:21 +0000 |
commit | d9920589188dd1a7de339d410aa696f040e6a6d1 (patch) | |
tree | d2becd73630cf78e9a523280452c572d8bc985dd /conf/machine/include | |
parent | 8d0d5fe805057be35698b932e6676e01f9219f7e (diff) |
tune-arm920t: set PACKAGE_ARCH to armv4t
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-arm920t.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm920t.conf b/conf/machine/include/tune-arm920t.conf index 3cf6c7d7dc..992f1923c6 100644 --- a/conf/machine/include/tune-arm920t.conf +++ b/conf/machine/include/tune-arm920t.conf @@ -1,2 +1,3 @@ +PACKAGE_ARCH = "armv4t" TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t" |