mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
uClibc-ng retired RPC support as of 1.0.23
... make the corresponding option conditional. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
a3e1adbe71
commit
89fdeb9af2
@ -21,6 +21,10 @@ comment "'softfp' ABI and uClibc is not entirely tested in crosstool-NG"
|
||||
comment "You may experience issues, although it should work just fine"
|
||||
endif # ARCH_FLOAT_SOFTFP
|
||||
|
||||
config LIBC_UCLIBC_HAS_SUNRPC
|
||||
bool
|
||||
default y if !UCLIBC_1_0_23_or_later
|
||||
|
||||
config LIBC_UCLIBC_PARALLEL
|
||||
def_bool y
|
||||
depends on UCLIBC_0_9_33_2_or_later
|
||||
@ -188,6 +192,7 @@ config LIBC_UCLIBC_FENV
|
||||
config LIBC_UCLIBC_RPC
|
||||
bool
|
||||
prompt "Add support for RPC"
|
||||
depends on LIBC_UCLIBC_HAS_SUNRPC
|
||||
help
|
||||
Enable support for remote procedure calls (RPC) in uClibc.
|
||||
|
||||
|
@ -4,5 +4,5 @@ preferred='uClibc-ng'
|
||||
origin='uclibc.org'
|
||||
repository='git git://git.busybox.net/uClibc'
|
||||
mirrors='http://www.uclibc.org/downloads http://www.uclibc.org/downloads/old-releases'
|
||||
milestones='0.9.33.2 1.0.0 1.0.15'
|
||||
milestones='0.9.33.2 1.0.0 1.0.15 1.0.23'
|
||||
archive_formats='.tar.xz .tar.bz2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user