Skip to content

Commit

Permalink
Merge pull request #14 from davidholsgrove/glibc_rpc
Browse files Browse the repository at this point in the history
libc/glibc: install obsolete RPC for both eglibc and glibc
  • Loading branch information
bhundven committed Dec 16, 2014
2 parents c593e88 + 7147418 commit 5c7bccd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build/libc/glibc-eglibc.sh-common
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand All @@ -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
Expand Down

0 comments on commit 5c7bccd

Please sign in to comment.