From 68b9b30f6bdcfab194408b06a3fcbc6363fb7ede Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 21 Oct 2009 22:51:39 +0200 Subject: libc/newlib: allow using newlib with archs other than avr32 --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index bbafeefe..f6cbdf17 100644 --- a/scripts/functions +++ b/scripts/functions @@ -696,9 +696,9 @@ CT_DoBuildTargetTuple() { # 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 -- cgit v1.2.3