diff -r d43c250051c7 -r 900515add745 arch/arm/functions --- a/arch/arm/functions Mon Sep 01 17:54:39 2008 +0000 +++ b/arch/arm/functions Fri Oct 03 12:30:29 2008 +0000 @@ -6,10 +6,9 @@ # The system part of the tuple: case "${CT_LIBC},${CT_ARCH_ARM_EABI}" in - *glibc,) CT_TARGET_SYS=gnu;; *glibc,y) CT_TARGET_SYS=gnueabi;; - uClibc,) CT_TARGET_SYS=uclibc;; uClibc,y) CT_TARGET_SYS=uclibcgnueabi;; + none,y) CT_TARGET_SYS=eabi;; esac # In case we're EABI, do *not* specify any ABI!