[oe-commits] Filip Zyzniewski : jlime: switched from OABI to EABI.

git version control git at git.openembedded.org
Wed Sep 8 12:33:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ab5e49c5861a43ae0cab72c2d7b58987ec55c6e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab5e49c5861a43ae0cab72c2d7b58987ec55c6e9

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Sat Aug 28 13:59:41 2010 +0200

jlime: switched from OABI to EABI.

note: should we set TARGET_OS to linux-gnueabi even if distro
supports machines other than ARM?

---

 conf/distro/jlime-2010.1.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf
index ebde763..0579296 100644
--- a/conf/distro/jlime-2010.1.conf
+++ b/conf/distro/jlime-2010.1.conf
@@ -78,7 +78,7 @@ PREFERRED_VERSION_coreutils-native = "8.5"
 #
 # Target OS & FPU system
 # 
-TARGET_OS = "linux"
+TARGET_OS = "linux-gnueabi"
 
 TARGET_FPU_sh = "soft"
 TARGET_FPU_arm = "soft"
@@ -86,6 +86,8 @@ TARGET_FPU_armeb = "soft"
 TARGET_FPU_mipsel = "soft"
 TARGET_FPU_mips = "soft"
 
+DISTRO_FEATURES += " eabi "
+
 LIBC = "glibc"
 require conf/distro/include/sane-toolchain-${LIBC}.inc
 





More information about the Openembedded-commits mailing list