diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in
index a1e2eb60c3f83cf6dc994e02f902f31568e4daa1..6f022234a63f64e73a3de791b4cfbe361fddffae 100644
--- a/toolchain/eglibc/config/Config.in
+++ b/toolchain/eglibc/config/Config.in
@@ -534,7 +534,7 @@ config EGLIBC_OPTION_EGLIBC_MEMUSAGE
 
 config EGLIBC_OPTION_EGLIBC_NIS
 	bool "Support for NIS, NIS+, and the special 'compat' services."
-	default y
+	default n
 	select EGLIBC_OPTION_EGLIBC_INET
 	select EGLIBC_OPTION_EGLIBC_SUNRPC
 	help
@@ -718,7 +718,7 @@ config EGLIBC_OPTION_EGLIBC_STREAMS
 
 config EGLIBC_OPTION_EGLIBC_SUNRPC
 	bool "Support for the Sun 'RPC' protocol."
-	default y
+	default n
 	select EGLIBC_OPTION_EGLIBC_INET
 	help
 	  This option group includes support for the Sun RPC protocols,