Browse Source

Add enable-obsolete-rpc option for glibc

Enable this option to build the obsolete RPC implementation.
Some projects still uses these headers like: LTP, Busybox and so on.
pull/302/head
Zong Li 8 years ago
parent
commit
ed957ade26
  1. 1
      Makefile.in

1
Makefile.in

@ -195,6 +195,7 @@ endif
--prefix=/usr \
--disable-werror \
--enable-shared \
--enable-obsolete-rpc \
--with-headers=$(srcdir)/linux-headers/include \
$(MULTILIB_FLAGS) \
--enable-kernel=3.0.0 \

Loading…
Cancel
Save