mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
libc/glibc: always enable obsolete RPC
Since unrecognised ./configure flags are simply ignored, we can always pass --enable-obsolete-rpc. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
652906ac5f
commit
8ec9dbbc8d
@ -214,10 +214,8 @@ do_libc_backend_once() {
|
||||
else
|
||||
OPTIMIZE=-O2
|
||||
fi
|
||||
if [ "${CT_LIBC_EGLIBC_2_16_or_later}" = "y" ]; then
|
||||
# always include rpc, the user can still override it with TI-RPC
|
||||
extra_config+=( --enable-obsolete-rpc )
|
||||
fi
|
||||
# always include rpc, the user can still override it with TI-RPC
|
||||
extra_config+=( --enable-obsolete-rpc )
|
||||
;;
|
||||
glibc)
|
||||
# glibc can't be built without -O2 (reference needed!)
|
||||
|
Loading…
Reference in New Issue
Block a user