summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc-eglibc.in-common4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 279f2c6..863f0fe 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -1,6 +1,8 @@
# This file contains the common configuration options
# that apply to both glibc and eglibc.
+if LIBC_glibc || LIBC_eglibc
+
comment "glibc/eglibc common options"
config LIBC_GLIBC_EXTRA_CONFIG
@@ -152,3 +154,5 @@ config LIBC_GLIBC_MIN_KERNEL
default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_USE_HEADERS_MIN_KERNEL
endif # KERNEL_linux
+
+endif # LIBC_glibc || LIBC_eglibc