summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb')
-rw-r--r--packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb
index 9ddc30a916..d1b708c02e 100644
--- a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb
+++ b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb
@@ -44,7 +44,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