diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-23 16:12:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 16:12:18 -0800 |
commit | 65e037b654eb1dc1cbef649269969a3cf9aa4adc (patch) | |
tree | e1cce5faa435ad0d4ebe2d81be0cfab50097daf7 /config/libc | |
parent | 76099962bfda129b88f75e2191e26a8295b4b286 (diff) | |
parent | aa24e9d913fc9385538ed6d493c094b33ef4d356 (diff) | |
download | crosstool-ng-65e037b654eb1dc1cbef649269969a3cf9aa4adc.tar.gz crosstool-ng-65e037b654eb1dc1cbef649269969a3cf9aa4adc.tar.bz2 crosstool-ng-65e037b654eb1dc1cbef649269969a3cf9aa4adc.zip |
Merge pull request #552 from stilor/uclibc-ng-for-buildroot
Restore uClibc-ng usability in buildroot
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index dc024201..7ac8a445 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -89,3 +89,9 @@ config LIBC_UCLIBC_FENV If you need fenv.h on other architectures, say 'y' here, but you may encounter some issues. + +config LIBC_UCLIBC_RPC + bool + prompt "Add support for RPC" + help + Enable support for remote procedure calls (RPC) in uClibc. |