mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
libc/glibc: install obsolete RPC for both eglibc and glibc
Currently, the obsolete RPC headers are only installed for eglibc, but glibc has the same /deficiency/, so install the obsolete RPC for both. Signed-off-by: Jérôme BARDON <bardon.pro@gmail.com> Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
This commit is contained in:
parent
7275900f9f
commit
7147418c8f
@ -214,8 +214,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!)
|
||||
@ -225,6 +223,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…
Reference in New Issue
Block a user