git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b706ed7
)
linux.inc: enable OABI on EABI builds
author
Koen Kooi
<koen@openembedded.org>
Fri, 26 Oct 2007 16:22:21 +0000
(16:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 26 Oct 2007 16:22:21 +0000
(16:22 +0000)
packages/linux/linux.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux.inc
b/packages/linux/linux.inc
index
bb2ad45
..
2fb0ce8
100644
(file)
--- 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