diff options
author | David Holsgrove <david.holsgrove@xilinx.com> | 2014-12-09 13:58:12 +1000 |
---|---|---|
committer | David Holsgrove <david.holsgrove@xilinx.com> | 2014-12-09 14:41:35 +1000 |
commit | d7b4f0dbe3d6a17cc736fb4879c241890f4d73b7 (patch) | |
tree | 4d214b29ab0fdd1cabaa7d16d4f3cc3c2b5d39bd /config/libc/glibc.in | |
parent | f1bdbe995b8a06e2888020e74c8abdfaaa8d41da (diff) | |
download | crosstool-ng-d7b4f0dbe3d6a17cc736fb4879c241890f4d73b7.tar.gz crosstool-ng-d7b4f0dbe3d6a17cc736fb4879c241890f4d73b7.tar.bz2 crosstool-ng-d7b4f0dbe3d6a17cc736fb4879c241890f4d73b7.zip |
glibc: nptl is default from 2.20, so dont add to addons_list
No longer recommended practice to use --enable-add-ons=nptl, so
for 2.20 and later (along with custom glibc), don't add the
CT_THREADS to the addons_list
https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 5c5f7dd3..d349dfb1 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -20,6 +20,7 @@ choice config LIBC_GLIBC_V_2_20 bool prompt "2.20" + select LIBC_GLIBC_2_20_or_later config LIBC_GLIBC_V_2_19 bool @@ -96,6 +97,9 @@ config LIBC_GLIBC_V_2_8 endchoice +config LIBC_GLIBC_2_20_or_later + bool + config LIBC_VERSION string # Don't remove next line |