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:
Yann E. MORIN" 2012-12-26 13:34:55 +01:00
parent 652906ac5f
commit 8ec9dbbc8d

View File

@ -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!)