diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-11-02 23:50:21 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-11-02 23:51:29 +0100 |
commit | 0e9b71b72a5427bb8c863d639eef030be398099d (patch) | |
tree | ea62d91dcb3e85dd7f9fd75b206b8ec51887de12 /conf/machine | |
parent | e8af03d37bac3596997f82931829d93b759ba934 (diff) |
tune-strongarm.inc: add EXTRA_FEED_ARCHS
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/tune-strongarm.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc index fc4737999d..fe57c9ccc0 100644 --- a/conf/machine/include/tune-strongarm.inc +++ b/conf/machine/include/tune-strongarm.inc @@ -5,3 +5,4 @@ TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm" FEED_ARCH = "armv4" BASE_PACKAGE_ARCH = "armv4" +PACKAGE_EXTRA_ARCHS += "armv4" |