git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbe06e
)
micro: Use eglibc as default lib if LIBC is not set.
author
Khem Raj
<raj.khem@gmail.com>
Sun, 23 Aug 2009 07:37:47 +0000
(
00:37
-0700)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/conf/distro/micro.conf
b/conf/distro/micro.conf
index
c566d75
..
861f7ef
100644
(file)
--- a/
conf/distro/micro.conf
+++ b/
conf/distro/micro.conf
@@
-66,7
+66,7
@@
MACHINE_KERNEL_VERSION = "2.6"
#############################################################################
# TOOLCHAIN
#############################################################################
-LIBC
= "
glibc"
+LIBC
?= "e
glibc"
require conf/distro/include/sane-toolchain.inc
#############################################################################