mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
glibc: --enable-obsolete-rpc has been removed as of 2.32
Make --enable-obsolete-rpc conditional on !GLIBC_2_32_or_later as
it's been removed from that version on.
Fixes: #1505
Fixes: commit 1ee44ab5
("glibc: --enable-obsolete-rpc has been removed as of 2.32")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
10c21dfc17
commit
cc8c64a8dc
@ -150,7 +150,7 @@ config GLIBC_NO_SPARC_V8
|
||||
# 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 && !CT_GLIBC_2_32_or_later
|
||||
depends on GLIBC_2_14_or_later && !GLIBC_2_32_or_later
|
||||
|
||||
config GLIBC_EXTRA_CONFIG_ARRAY
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user