scripts/functions
changeset 1591 11460fc587e6
parent 1583 991a59088ff0
child 1592 c08132a93049
     1.1 --- a/scripts/functions	Fri Oct 23 09:48:22 2009 -0700
     1.2 +++ b/scripts/functions	Wed Oct 21 22:51:39 2009 +0200
     1.3 @@ -696,9 +696,9 @@
     1.4      # Set defaults for the system part of the tuple. Can be overriden
     1.5      # by architecture-specific values.
     1.6      case "${CT_LIBC}" in
     1.7 -        none)   CT_TARGET_SYS=elf;;
     1.8          *glibc) CT_TARGET_SYS=gnu;;
     1.9          uClibc) CT_TARGET_SYS=uclibc;;
    1.10 +        *)      CT_TARGET_SYS=elf;;
    1.11      esac
    1.12  
    1.13      # Transform the ARCH into a kernel-understandable ARCH