From: Khem Raj Date: Sun, 23 Aug 2009 07:37:47 +0000 (-0700) Subject: micro: Use eglibc as default lib if LIBC is not set. X-Git-Tag: Release-2010-05/1~2619 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2247b97bb8cbf56fda7aa4736f081ff9165a4c0;p=openembedded.git micro: Use eglibc as default lib if LIBC is not set. Signed-off-by: Khem Raj --- 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 #############################################################################