diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-31 11:29:50 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-31 11:29:50 +0000 |
commit | 9f53d6a4b8a1ca76ad3d28b5c2c59b543b449b84 (patch) | |
tree | 5b4aa4504d3288c14658da9a29f8daa4ca51e486 /config/libc.in | |
parent | 2aaa5b8b687d47aea62dd90bf9ff7b2c91af5224 (diff) | |
download | crosstool-ng-9f53d6a4b8a1ca76ad3d28b5c2c59b543b449b84.tar.gz crosstool-ng-9f53d6a4b8a1ca76ad3d28b5c2c59b543b449b84.tar.bz2 crosstool-ng-9f53d6a4b8a1ca76ad3d28b5c2c59b543b449b84.zip |
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(-)
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/libc.in b/config/libc.in index a3739903..394db6f3 100644 --- a/config/libc.in +++ b/config/libc.in @@ -63,13 +63,6 @@ config THREADS_NONE endchoice -# Hack: mconf does not allow to include a file multiple times, -# so include glibc and eglibc common options from here, rather -# than from each config files. -if LIBC_glibc || LIBC_eglibc -source config/libc/glibc-eglibc.in-common -endif - endmenu endif # ! BARE_METAL |