linux.inc: enable OABI on EABI builds
authorKoen Kooi <koen@openembedded.org>
Fri, 26 Oct 2007 16:22:21 +0000 (16:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 26 Oct 2007 16:22:21 +0000 (16:22 +0000)
packages/linux/linux.inc

index bb2ad45..2fb0ce8 100644 (file)
@@ -35,7 +35,7 @@ do_configure_prepend() {
         #
         if [ "${TARGET_OS}" = "linux-gnueabi" -o  "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
                 echo "CONFIG_AEABI=y"                   >> ${S}/.config
-                echo "# CONFIG_OABI_COMPAT is not set"             >> ${S}/.config
+                echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
         else
                 echo "# CONFIG_AEABI is not set"        >> ${S}/.config
                 echo "# CONFIG_OABI_COMPAT is not set"  >> ${S}/.config