summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-20 09:27:00 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-20 09:27:00 +0000
commita6fa1f162b62c58ed01b73bd1d790a7a566ce778 (patch)
tree3f66706e790e690c2ad4f8c83e45f779f7ae9b47 /packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb
parentc8b8e0f833eefaf566d58e8ccd1133dfdbef480a (diff)
linux kernels: fix uclibcgnueabi detection
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb')
-rw-r--r--packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb b/packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb
index e8048ae641..4199f5662d 100644
--- a/packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb
+++ b/packages/linux/handhelds-pxa-2.6_2.6.16-hh6.bb
@@ -2,6 +2,8 @@ SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel for PXA based devices."
LICENSE = "GPL"
+DEFAULT_PREFERENCE ="-1"
+
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = '(h3900|h2200|h4000|h5xxx|htcuniversal|ipaq-pxa270)'
@@ -43,7 +45,7 @@ do_configure() {
fi
- if [ "${TARGET_OS}" == "linux-gnueabi" ]; then
+ if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else