diff options
-rw-r--r-- | conf/machine/htcuniversal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 55a6757e7c..1a5e18dd71 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = " armv4t armv5te iwmmxt" +PACKAGE_EXTRA_ARCHS = " iwmmxt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.inc |