From b2247b97bb8cbf56fda7aa4736f081ff9165a4c0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 23 Aug 2009 00:37:47 -0700 Subject: micro: Use eglibc as default lib if LIBC is not set. Signed-off-by: Khem Raj --- conf/distro/micro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index c566d7502d..861f7ef886 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -66,7 +66,7 @@ MACHINE_KERNEL_VERSION = "2.6" ############################################################################# # TOOLCHAIN ############################################################################# -LIBC = "glibc" +LIBC ?= "eglibc" require conf/distro/include/sane-toolchain.inc ############################################################################# -- cgit 1.2.3-korg