summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-09-14 08:28:42 (GMT)
committerGitHub <noreply@github.com>2020-09-14 08:28:42 (GMT)
commit466b0ed748454a46520cd9d2120aec6764436c00 (patch)
tree56a5863e57bc785f999a7d9e6f4835793df0e851 /config/libc/glibc.in
parent7921c0d112b7fb398b451301f0b60a48e1333523 (diff)
parent1ee44ab51618ab4822e8ac2ce5d84c14562a3708 (diff)
Merge pull request #1384 from cpackham/glibc-2.32-config
glibc: --enable-obsolete-rpc has been removed as of 2.32
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index fe18eee..a82ff3c 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -145,9 +145,10 @@ config GLIBC_NO_SPARC_V8
# in 2.16, adding an option to enable that code. Crosstool-NG backports that code
# to 2.14/2.15, but there is no harm in throwing this option even if that patch
# is not applied.
+# The option and the code has finally been removed in 2.32
config GLIBC_HAS_OBSOLETE_RPC
def_bool y
- depends on GLIBC_2_14_or_later
+ depends on GLIBC_2_14_or_later && !CT_GLIBC_2_32_or_later
config GLIBC_EXTRA_CONFIG_ARRAY
string