diff options
author | Dmitry Pankratov <dp@ubiquitech.com> | 2016-06-18 16:02:15 +0200 |
---|---|---|
committer | Dmitry Pankratov <dp@ubiquitech.com> | 2016-06-18 16:02:15 +0200 |
commit | 91b8280e8c9458e81fc94d1f9983f2a642ebb7a8 (patch) | |
tree | 9279482c6f4e8a28420c2f1adf19dcb084dc9f04 /config/libc | |
parent | f6d8dc44111c6e96706eed8b0ae0483e2fb63856 (diff) | |
parent | 6e7c61650a39a67ee02ed58c11d64c94c436bb33 (diff) | |
download | crosstool-ng-91b8280e8c9458e81fc94d1f9983f2a642ebb7a8.tar.gz crosstool-ng-91b8280e8c9458e81fc94d1f9983f2a642ebb7a8.tar.bz2 crosstool-ng-91b8280e8c9458e81fc94d1f9983f2a642ebb7a8.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in | 7 | ||||
-rw-r--r-- | config/libc/musl.in | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index fc7c85b2..96879cce 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -74,7 +74,7 @@ choice config LIBC_GLIBC_V_2_23 bool prompt "2.23" - select LIBC_GLIBC_2_20_or_later + select LIBC_GLIBC_2_23_or_later config LIBC_GLIBC_V_2_22 bool @@ -109,6 +109,11 @@ endchoice endif # ! LIBC_GLIBC_CUSTOM +# Checked by SPARC build: SPARCv8 is dropped in 2.23. +config LIBC_GLIBC_2_23_or_later + select LIBC_GLIBC_2_20_or_later + bool + # DeMark 2.20 as no longer needs to set NPTL as an addon. # It is no longer possible to build glibc without pthread! config LIBC_GLIBC_2_20_or_later diff --git a/config/libc/musl.in b/config/libc/musl.in index 00d98eae..ff84448b 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -1,6 +1,7 @@ # musl options ## depends on ! WINDOWS && ! BARE_METAL +## depends on EXPERIMENTAL ## ## select LIBC_SUPPORT_THREADS_NATIVE ## select CC_CORE_PASSES_NEEDED |