libc/glibc: source common parts instead of symlinking

Symlinks are a nightmare when one is grepping...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-05-18 23:48:56 +02:00
parent df1b44cd26
commit 258c03b174
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
glibc-eglibc.in-common

1
config/libc/eglibc.in.2 Normal file
View File

@ -0,0 +1 @@
source "config/libc/glibc-eglibc.in-common"

View File

@ -1 +0,0 @@
glibc-eglibc.in-common

1
config/libc/glibc.in.2 Normal file
View File

@ -0,0 +1 @@
source "config/libc/glibc-eglibc.in-common"