diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-27 13:01:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-27 13:01:52 +0000 |
commit | 56d2ee6b3314cfc15b4c395467db297d03b3fb44 (patch) | |
tree | 17e053ff9f26d3c9521c1bd98ba0704034717544 /conf/machine/include/tune-arm1136jf-s.conf | |
parent | d2f0fe4df7b83ed32b41714bb10b5f0e820ec517 (diff) |
machine tune files: add FEED_ARCH to the usual suspects to make out-of-tree machines work
Diffstat (limited to 'conf/machine/include/tune-arm1136jf-s.conf')
-rw-r--r-- | conf/machine/include/tune-arm1136jf-s.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm1136jf-s.conf b/conf/machine/include/tune-arm1136jf-s.conf index 68316f36bf..a69df825c0 100644 --- a/conf/machine/include/tune-arm1136jf-s.conf +++ b/conf/machine/include/tune-arm1136jf-s.conf @@ -1,2 +1,3 @@ TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" -PACKAGE_ARCH = "armv6"
\ No newline at end of file +FEED_ARCH = "armv6" +PACKAGE_ARCH = "armv6" |