diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-12-16 02:52:30 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-12-16 02:52:30 -0800 |
commit | ae030fbef45996424def8c4b0bb5cb1c26b5bd9d (patch) | |
tree | ee243e8481e3ed0feec0bcbed88f8516a2d5028f /libpthread/nptl/sysdeps/pthread | |
parent | 23cfec40b3302fda307ca9faec2f1597b3d7aebb (diff) |
fix multiple definitions of pthread_once for x86_64
also add a missing weak for clone
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in index 45240152c..9295884ff 100644 --- a/libpthread/nptl/sysdeps/pthread/Makefile.in +++ b/libpthread/nptl/sysdeps/pthread/Makefile.in @@ -43,10 +43,6 @@ SH_PTHREAD_EXCLUDE_LIST = pthread_spin_unlock.c pthread_spin_init.c \ libpthread_CSRC := $(filter-out $(SH_PTHREAD_EXCLUDE_LIST),$(libpthread_CSRC)) endif -ifeq ($(TARGET_ARCH),x86_64) -libpthread_CSRC += pthread_once.c -endif - CFLAGS-pt-common = -DNOT_IN_libc=1 $(SSP_ALL_CFLAGS) |