[oe-commits] org.oe.dev linux.inc: enable OABI on EABI builds

koen commit openembedded-commits at lists.openembedded.org
Fri Oct 26 16:40:33 UTC 2007


linux.inc: enable OABI on EABI builds

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c18beadc5b113fa9ca28944c4fd379127c3ba500
ViewMTN: http://monotone.openembedded.org/revision/info/c18beadc5b113fa9ca28944c4fd379127c3ba500
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -r75638fa45e5d5e7df62def1c6516b9f6bafa83fe -rc18beadc5b113fa9ca28944c4fd379127c3ba500
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [725c2f919e6f7ef208779c7e133aaa60648fb1b3]
#    to [14e3b9590c6a3ef9334959ab19c1b24b1954b55b]
# 
============================================================
--- packages/linux/linux.inc	725c2f919e6f7ef208779c7e133aaa60648fb1b3
+++ packages/linux/linux.inc	14e3b9590c6a3ef9334959ab19c1b24b1954b55b
@@ -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






More information about the Openembedded-commits mailing list