summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-26 16:22:21 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-26 16:22:21 +0000
commit4caf9d0d54ebf4d7ffbde43f9fb9019b074007ba (patch)
treebe916caa7c7a83d7135d256f8949817b52d56933
parentb706ed72b1fc91cfb81e8fb9f71152c1da47fd8c (diff)
linux.inc: enable OABI on EABI builds
-rw-r--r--packages/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
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