diff options
Diffstat (limited to 'packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb')
-rw-r--r-- | packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb b/packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb index fa95d66dc6..9f79f3a643 100644 --- a/packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb +++ b/packages/linux/ep93xx-kernel_2.6.17+2.6.18-rc1.bb @@ -29,8 +29,8 @@ do_configure() { fi - if [ "${TARGET_OS}" == "linux-gnueabi" ]; then - echo "CONFIG_AEABI=y" >> ${S}/.config + 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 echo "# CONFIG_AEABI is not set" >> ${S}/.config |