[oe-commits] Khem Raj : micro: Use eglibc as default lib if LIBC is not set.

git version control git at git.openembedded.org
Sun Aug 23 07:47:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b2247b97bb8cbf56fda7aa4736f081ff9165a4c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b2247b97bb8cbf56fda7aa4736f081ff9165a4c0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug 23 00:37:47 2009 -0700

micro: Use eglibc as default lib if LIBC is not set.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/micro.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index c566d75..861f7ef 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
 
 #############################################################################





More information about the Openembedded-commits mailing list