From 9f53d6a4b8a1ca76ad3d28b5c2c59b543b449b84 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 31 Jan 2009 11:29:50 +0000 Subject: Add infrastructure to use common config files for generated config files. /trunk/config/libc/glibc-eglibc.in-common | 4 4 0 0 ++++ /trunk/config/config.mk | 4 4 0 0 ++++ /trunk/config/libc.in | 7 0 7 0 ------- 3 files changed, 8 insertions(+), 7 deletions(-) --- config/libc/glibc-eglibc.in-common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index 279f2c67..863f0fe9 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 -- cgit v1.2.3