summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-05-13 03:34:42 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-05-13 03:34:42 (GMT)
commitcd39285ff8247ad4b69e3143bfd16a47c0743fb0 (patch)
tree3ae728d11287459f4ddeb22251853279c8925f53 /config
parentcd6274dcadaf721cc7122d1f3a42f7c745d5474d (diff)
parent2162cbbdb7a425505e66f8b65f134c33302324f4 (diff)
Merge pull request #373 from stilor/unbreak-ppc-uclibc
Unbreak samples
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index fc7c85b..96879cc 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