diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:34:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-23 00:34:30 -0700 |
commit | ebbe06e97f0ee51a788a93e0e852bdb0e27c37d6 (patch) | |
tree | 6cdec42c9637247bb4d6cdc7c27aebe0c3532d3e /conf/distro/minimal.conf | |
parent | cb55e663972541124c1b93848da46a16938e75c6 (diff) |
minimal, sane-toolchain: Use eglibc if LIBC is not selected.
Currently we fall back to glibc if LIBC is not set.
We now will use eglibc as default lib for minimal
and sane-toolchain
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 2eb4817b9c..fa2a926a1d 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -73,7 +73,7 @@ MACHINE_KERNEL_VERSION = "2.6" ############################################################################# # TOOLCHAIN ############################################################################# -LIBC ?= "glibc" +LIBC ?= "eglibc" require conf/distro/include/sane-toolchain.inc ############################################################################# |