diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-26 16:22:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-26 16:22:21 +0000 |
commit | 4caf9d0d54ebf4d7ffbde43f9fb9019b074007ba (patch) | |
tree | be916caa7c7a83d7135d256f8949817b52d56933 /packages/linux | |
parent | b706ed72b1fc91cfb81e8fb9f71152c1da47fd8c (diff) |
linux.inc: enable OABI on EABI builds
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux.inc | 2 |
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 |