diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-20 09:27:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-20 09:27:00 +0000 |
commit | a6fa1f162b62c58ed01b73bd1d790a7a566ce778 (patch) | |
tree | 3f66706e790e690c2ad4f8c83e45f779f7ae9b47 /packages/linux/linux-openzaurus.inc | |
parent | c8b8e0f833eefaf566d58e8ccd1133dfdbef480a (diff) |
linux kernels: fix uclibcgnueabi detection
Diffstat (limited to 'packages/linux/linux-openzaurus.inc')
-rw-r--r-- | packages/linux/linux-openzaurus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index 88ee712143..abb9b3af76 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/packages/linux/linux-openzaurus.inc @@ -103,7 +103,7 @@ do_configure() { # echo "# CONFIG_FB_ELPP is not set" >> ${S}/.config #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 |