Re: ARC testsuite compile problem

2014-09-08 Thread Alexey Brodkin
Hi Waldemar, On Sat, 2014-09-06 at 12:19 +0200, Waldemar Brodkorb wrote: Hi uClibc hackers, I try to compile the test suite for ARC with NPTL/TLS enabled. I get following error: /home/vmadmin/embedded-test/openadk/toolchain_toolchain-arc_uclibc_arc/usr/bin/arc-openadk-linux-uclibc-gcc

problem with LT and static build

2014-09-08 Thread Waldemar Brodkorb
Hi uClibc hackers, I am trying to build a static system with linuxthreads (new). But I get following linking errors (for test-suite or any apps) /usr/bin/make -C termios compile \

Re: [PATCH] nptl: remove duplicate vfork() in libpthread

2014-09-08 Thread Eugene Rudoy
Hi Waldemar, On Fri, Sep 5, 2014 at 4:13 PM, Waldemar Brodkorb w...@openadk.org wrote: Automatic patching via two oneliners from Bernhard Reutner-Fischer rep.dot@gmail.com: sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' $(git grep -l pt-vfork libpthread/nptl/sysdeps) find libpthread/nptl

Re: [PATCH] nptl: remove duplicate vfork() in libpthread

2014-09-08 Thread Waldemar Brodkorb
Hi Eugene, Eugene Rudoy wrote, Hi Waldemar, On Fri, Sep 5, 2014 at 4:13 PM, Waldemar Brodkorb w...@openadk.org wrote: Automatic patching via two oneliners from Bernhard Reutner-Fischer rep.dot@gmail.com: sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' $(git grep -l pt-vfork

[PATCH v2] nptl: remove duplicate vfork() in libpthread

2014-09-08 Thread Waldemar Brodkorb
Automatic patching via two oneliners by Bernhard Reutner-Fischer rep.dot@gmail.com: sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' -e '/^ASFLAGS-pt-vfork\./d' $(git grep -l pt-vfork libpthread/nptl/sysdeps) find libpthread/nptl -name *pt-vfork* -exec git rm {} \; Reported-By: Thomas Petazzoni

Re: [PATCH] libc: add fallocate() and fallocate64()

2014-09-08 Thread Bernhard Reutner-Fischer
On Sun, Sep 07, 2014 at 03:33:46PM -0400, bas...@opensource.dyc.edu wrote: From: Anthony G. Basile bluen...@gentoo.org We add the Linux-specific function fallocate() which allows the user to directly manipulate allocate space for a file. fallocate() can operate in different modes, but the