diff -r 991a59088ff0 -r 11460fc587e6 scripts/functions --- a/scripts/functions Fri Oct 23 09:48:22 2009 -0700 +++ b/scripts/functions Wed Oct 21 22:51:39 2009 +0200 @@ -696,9 +696,9 @@ # Set defaults for the system part of the tuple. Can be overriden # by architecture-specific values. case "${CT_LIBC}" in - none) CT_TARGET_SYS=elf;; *glibc) CT_TARGET_SYS=gnu;; uClibc) CT_TARGET_SYS=uclibc;; + *) CT_TARGET_SYS=elf;; esac # Transform the ARCH into a kernel-understandable ARCH