mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 23:16:42 +00:00
Merge pull request #1384 from cpackham/glibc-2.32-config
glibc: --enable-obsolete-rpc has been removed as of 2.32
This commit is contained in:
commit
466b0ed748
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user