diff options
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5481b49e8c3f..4644217b2373 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -285,7 +285,7 @@ config FHANDLE | |||
285 | 285 | ||
286 | config USELIB | 286 | config USELIB |
287 | bool "uselib syscall" | 287 | bool "uselib syscall" |
288 | default y | 288 | def_bool ALPHA || M68K || SPARC || X86_32 || IA32_EMULATION |
289 | help | 289 | help |
290 | This option enables the uselib syscall, a system call used in the | 290 | This option enables the uselib syscall, a system call used in the |
291 | dynamic linker from libc5 and earlier. glibc does not use this | 291 | dynamic linker from libc5 and earlier. glibc does not use this |