mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-15 15:06:36 +00:00
Merge pull request #14 from davidholsgrove/glibc_rpc
libc/glibc: install obsolete RPC for both eglibc and glibc
This commit is contained in:
commit
5c7bccdb3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user