jlime: switched from OABI to EABI.
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>
Sat, 28 Aug 2010 11:59:41 +0000 (13:59 +0200)
committerKristoffer Ericson <kristoffer.ericson@jlime.(none)>
Wed, 8 Sep 2010 12:33:32 +0000 (14:33 +0200)
note: should we set TARGET_OS to linux-gnueabi even if distro
supports machines other than ARM?

conf/distro/jlime-2010.1.conf

index ebde763..0579296 100644 (file)
@@ -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