um: Allow static linking for non-glibc implementations
authorIgnat Korchagin <ignat@cloudflare.com>
Sun, 19 Jul 2020 21:02:22 +0000 (22:02 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 11 Oct 2020 21:13:15 +0000 (23:13 +0200)
commit730586ff7fada525943f1eee0681fa62a3fc6128
tree68215b586ef18d5998968d13c8c15167728bf10e
parent5e1121cd43d4d3436140a462bfc230ff8aeb1693
um: Allow static linking for non-glibc implementations

It is possible to produce a statically linked UML binary with UML_NET_VECTOR,
UML_NET_VDE and UML_NET_PCAP options enabled using alternative libc
implementations, which do not rely on NSS, such as musl.

Allow static linking in this case.

Signed-off-by: Ignat Korchagin <ignat@cloudflare.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Kconfig
arch/um/drivers/Kconfig