diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-10 13:06:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-10 13:06:33 +0000 |
commit | 2250f0b4d64f005c28303d08870b2a10913bd2da (patch) | |
tree | 7874dc8fca09b4a4f2b210a1acc664fc7b8cf052 /conf/machine/htcuniversal.conf | |
parent | 4537913320928c9a1f6fd99eff4552dd20572b79 (diff) |
htcuniversal.conf: "Since TARGET_ARCH is in IPKG_ARCHS by default you can lose the "arm" in
there." - RP
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-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 b346c5286e..dac9a84aff 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the HTC Universal TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "ipaqpxa arm armv4t armv5te iwmmxt" +IPKG_EXTRA_ARCHS = "ipaqpxa armv4t armv5te iwmmxt" #use this for a HTC Universal PREFERRED_PROVIDER_xserver = "xserver-kdrive" |