From 7147418c8fef031e665c8f79a17b6d451927c98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20BARDON?= Date: Tue, 12 Mar 2013 16:10:08 +1000 Subject: libc/glibc: install obsolete RPC for both eglibc and glibc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: David Holsgrove diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index af3b1f1..3e1b14c 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -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 -- cgit v0.10.2-6-g49f6