diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-14 18:09:36 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-14 18:09:36 +0000 |
commit | 02d2b29cdaefd315977bfad549416d6904f40d04 (patch) | |
tree | 8c54aba158dd98ab12dfbd6d2d485747ed6b255a /config/libc/uClibc.in | |
parent | 91a8de54e4d0176e5697c4d750aba235686cb2e3 (diff) | |
download | crosstool-ng-02d2b29cdaefd315977bfad549416d6904f40d04.tar.gz crosstool-ng-02d2b29cdaefd315977bfad549416d6904f40d04.tar.bz2 crosstool-ng-02d2b29cdaefd315977bfad549416d6904f40d04.zip |
Enhance setting the minimum kernel version glibc will run against.
Ideally, eglibc should also benefit for that, but the current code does not set it.
/trunk/scripts/build/libc/glibc.sh | 38 33 5 0 +++++++++++++++---
/trunk/config/libc/glibc.in | 4 2 2 0 +-
/trunk/config/libc/uClibc.in | 2 2 0 0 +
/trunk/config/libc/eglibc.in | 4 2 2 0 +-
/trunk/config/libc/glibc-eglibc-common.in | 80 68 12 0 +++++++++++++++++++++++++++++++------
/trunk/config/libc.in | 69 38 31 0 ++++++++++++++++++--------------
6 files changed, 145 insertions(+), 52 deletions(-)
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 8de27550..885cc827 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -1,5 +1,7 @@ # uClibc options +comment "uClibc specific options" + choice bool prompt "uClibc version" |