diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-03 09:40:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 09:40:21 +0000 |
commit | 05e3c69563f36b1af44a43d36c0b2a723474b94f (patch) | |
tree | 1bc927dbd4278678a7a7236d033898020dacf510 | |
parent | e62d75a521c68516d27867d52f59d41f7d5f45b3 (diff) |
tine-iwmmxt: add iwmmxt to ipkg_archs
-rw-r--r-- | conf/machine/include/tune-iwmmxt.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf index 7155eb9e81..2976e0a641 100644 --- a/conf/machine/include/tune-iwmmxt.conf +++ b/conf/machine/include/tune-iwmmxt.conf @@ -1,5 +1,6 @@ # Configurations for the Intel PXA27x Appications Processor Family. # Please use tune-xscale for PXA255/PXA26x based processors. +IPKG_ARCHS += "iwmmxt" TARGET_CC_ARCH = "-march=iwmmxt -mtune=iwmmxt" PACKAGE_ARCH = "iwmmxt" |