micro: Use eglibc as default lib if LIBC is not set.
authorKhem Raj <raj.khem@gmail.com>
Sun, 23 Aug 2009 07:37:47 +0000 (00:37 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 23 Aug 2009 07:37:47 +0000 (00:37 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/micro.conf

index c566d75..861f7ef 100644 (file)
@@ -66,7 +66,7 @@ MACHINE_KERNEL_VERSION = "2.6"
 #############################################################################
 # TOOLCHAIN
 #############################################################################
-LIBC = "glibc"
+LIBC ?= "eglibc"
 require conf/distro/include/sane-toolchain.inc
 
 #############################################################################