summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-26 02:29:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-26 02:29:04 +0100
commit9ba5458abb6f6ed70a0fdaeace26d97f3913e389 (patch)
tree3eef49bac80a5a5260c7b94bcb0ac2e323bc42e6 /toolchain/eglibc/Makefile.inc
parentee592b26a7031dcecb774abbc97260da28f065fe (diff)
fix cross compile on Darwin Maverick
Diffstat (limited to 'toolchain/eglibc/Makefile.inc')
-rw-r--r--toolchain/eglibc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile.inc b/toolchain/eglibc/Makefile.inc
index b90983ff1..5c59d9d2e 100644
--- a/toolchain/eglibc/Makefile.inc
+++ b/toolchain/eglibc/Makefile.inc
@@ -15,6 +15,7 @@ EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--disable-nscd \
--with-__thread \
--with-tls \
+ --disable-obsolete-rpc \
--enable-add-ons \
--disable-nls
EGLIBC_ENV:= PATH='${TARGET_PATH}' \