Merge pull request #14 from davidholsgrove/glibc_rpc

libc/glibc: install obsolete RPC for both eglibc and glibc
This commit is contained in:
Bryan Hundven 2014-12-15 18:02:28 -08:00
commit 5c7bccdb3f

View File

@ -220,8 +220,6 @@ do_libc_backend_once() {
else
OPTIMIZE=-O2
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!)
@ -231,6 +229,9 @@ do_libc_backend_once() {
;;
esac
# always include rpc, the user can still override it with TI-RPC
extra_config+=( --enable-obsolete-rpc )
# Add some default glibc config options if not given by user.
# We don't need to be conditional on wether the user did set different
# values, as they CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY is passed after