diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-21 23:15:55 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-21 23:15:55 +0000 |
commit | c310aa40efd3b2d954354e0550b1bbb6a8e7e349 (patch) | |
tree | 5d1bea630f01a194eaec72cc13485bf24cce310b /sysdeps/mach | |
parent | d21d530170abcaec33ba272b11cb6615eb2804de (diff) |
Add glibc build support
* Makeconfig, Versions, configure.in, forward.c, libc_pthread_init.c,
pthread/pthread-functions.h, shlib-versions, sysdeps/i386/Implies,
sysdeps/mach/hurd/Implies, sysdeps/mach/hurd/i386/Implies: New files.
* Makefile: Add glibc rules, enabled when IN_GLIBC is defined to yes, when
$(..) is defined.
* pthread/pt-initialize.c [IS_IN_libpthread] (pthread_functions): New variable.
[IS_IN_libpthread] (__pthread_initialize): Call __libc_pthread_init.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Implies | 1 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/Implies | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Implies b/sysdeps/mach/hurd/Implies new file mode 100644 index 0000000..16b8348 --- /dev/null +++ b/sysdeps/mach/hurd/Implies @@ -0,0 +1 @@ +hurd diff --git a/sysdeps/mach/hurd/i386/Implies b/sysdeps/mach/hurd/i386/Implies new file mode 100644 index 0000000..d799fa1 --- /dev/null +++ b/sysdeps/mach/hurd/i386/Implies @@ -0,0 +1 @@ +ia32 |