diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:37:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:37:47 -0700 |
commit | b2247b97bb8cbf56fda7aa4736f081ff9165a4c0 (patch) | |
tree | c8f406bdbe09ad2f1023bc445b673239518724d8 /conf | |
parent | ebbe06e97f0ee51a788a93e0e852bdb0e27c37d6 (diff) |
micro: Use eglibc as default lib if LIBC is not set.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | 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 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 ############################################################################# |