From c310aa40efd3b2d954354e0550b1bbb6a8e7e349 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 21 Apr 2012 23:15:55 +0000 Subject: 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. --- shlib-versions | 1 + 1 file changed, 1 insertion(+) create mode 100644 shlib-versions (limited to 'shlib-versions') diff --git a/shlib-versions b/shlib-versions new file mode 100644 index 0000000..b320be0 --- /dev/null +++ b/shlib-versions @@ -0,0 +1 @@ +.*-.*-.* libpthread=0.3 -- cgit v1.2.3