summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-16 02:02:28 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-16 02:02:28 (GMT)
commit5c7bccdb3fb9bcaf2bcf307b539f1ee2fdd34380 (patch)
treee3041ab43c31e31a7abdb7cb21281757b053d873
parentc593e883362b0f0f3f09b445b1a740686d92b3ce (diff)
parent7147418c8fef031e665c8f79a17b6d451927c98c (diff)
Merge pull request #14 from davidholsgrove/glibc_rpc
libc/glibc: install obsolete RPC for both eglibc and glibc
-rw-r--r--scripts/build/libc/glibc-eglibc.sh-common5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
index 367a80d..28a36bd 100644
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -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