From: Koen Kooi Date: Fri, 26 Oct 2007 16:22:21 +0000 (+0000) Subject: linux.inc: enable OABI on EABI builds X-Git-Tag: Release-2010-05/1~8454^2~110^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4caf9d0d54ebf4d7ffbde43f9fb9019b074007ba;p=openembedded.git linux.inc: enable OABI on EABI builds --- diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index bb2ad455fd..2fb0ce8177 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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