diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-01 17:51:37 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-02 16:56:25 -0700 |
commit | 51b342345d717c3b91243223bf65e177cd31c86d (patch) | |
tree | e813ed4496f5ada78e9c89b2e8e18450eaf6b2df /config/libc/glibc.in | |
parent | 8c120ca2e9ef02157c0e33790c5409347eb43bb5 (diff) | |
download | crosstool-ng-51b342345d717c3b91243223bf65e177cd31c86d.tar.gz crosstool-ng-51b342345d717c3b91243223bf65e177cd31c86d.tar.bz2 crosstool-ng-51b342345d717c3b91243223bf65e177cd31c86d.zip |
config: Add binutils, newlib, and glibc linaro configuration
This commit introduces a "show linaro versions" for newlib, binutils,
and glibc.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 9a0ec9c2..fbc82d56 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -11,6 +11,23 @@ config THREADS default "nptl" +config CC_GLIBC_SHOW_LINARO + bool + prompt "Show Linaro versions" + help + Linaro is maintaining some advanced/more stable/experimental versions + of glibc, especially for the ARM architecture. + + Those versions have not been blessed by the glibc comunity (nor have they + been cursed either!), but they look to be pretty much stable, and even + more stable than the upstream versions. YMMV... + + If you do not know what this Linaro stuff is, then simply say 'n' here, + and rest in peace. OTOH, if you know what you are doing, you will be + able to use and enjoy :-) the Linaro versions by saying 'y' here. + + Linaro: http://www.linaro.org/ + choice bool prompt "glibc version" @@ -26,6 +43,7 @@ config LIBC_GLIBC_LINARO_V_2_20 bool prompt "Linaro 2.20-2014.11" select LIBC_GLIBC_2_20_or_later + depends on CC_GLIBC_SHOW_LINARO config LIBC_GLIBC_V_2_20 bool |