This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 40678af7b459876ac1113f42fd647f110c8c7bd7 (commit) from edda0488a6879c1598bee908418cba14d66f9712 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 40678af7b459876ac1113f42fd647f110c8c7bd7 Author: Waldemar Brodkorb wbx@openadk.org Date: Fri Oct 3 08:15:19 2014 +0200
linuxthreads: fix compile error for non-MMU
Otherwise you get following linking error, because of missing functions in libc.a: undefined reference to `__libc_enable_asynccancel'
Fix by Thorsten Glaser while hacking session.
-----------------------------------------------------------------------
Summary of changes: libpthread/linuxthreads/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 4a499f7..c1ec1c9 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -65,7 +65,7 @@ CFLAGS-OMIT-libc_pthread_init.c := $(CFLAGS-dir_linuxthreads) libpthread_libc_CSRC := \ forward.c libc-cancellation.c libc_pthread_init.c # alloca_cutoff.c libpthread_libc_OBJ := $(patsubst %.c, $(libpthread_OUT)/%.o,$(libpthread_libc_CSRC)) -libc-static-y += $(libpthread_OUT)/libc_pthread_init.o +libc-static-y += $(libpthread_OUT)/libc_pthread_init.o $(libpthread_OUT)/libc-cancellation.o libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)
libpthread-static-y += $(patsubst %,$(libpthread_OUT)/%.o,$(libpthread_static_SRC))
hooks/post-receive