mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
glibc: --enable-obsolete-rpc has been removed as of 2.32
Make --enable-obsolete-rpc conditional on !CT_GLIBC_2_32_or_later as it's been removed from that version on. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
e7da850fa2
commit
1ee44ab516
@ -145,9 +145,10 @@ config GLIBC_NO_SPARC_V8
|
|||||||
# in 2.16, adding an option to enable that code. Crosstool-NG backports that code
|
# 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
|
# to 2.14/2.15, but there is no harm in throwing this option even if that patch
|
||||||
# is not applied.
|
# is not applied.
|
||||||
|
# The option and the code has finally been removed in 2.32
|
||||||
config GLIBC_HAS_OBSOLETE_RPC
|
config GLIBC_HAS_OBSOLETE_RPC
|
||||||
def_bool y
|
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
|
config GLIBC_EXTRA_CONFIG_ARRAY
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user