]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix for bugzilla 361253 [s390x] ex_clone.c:42: undefined reference to `pthread_create'
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 20 Sep 2016 12:31:49 +0000 (12:31 +0000)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 20 Sep 2016 12:31:49 +0000 (12:31 +0000)
Fix provides by Dann Frazier

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15970

NEWS
none/tests/s390x/Makefile.am

diff --git a/NEWS b/NEWS
index cd66a5192c34d5090ba2ac75b20177c5919a877c..42639f371cc616fc23f03d9b59d781c84b06a4aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -169,6 +169,7 @@ where XXXXXX is the bug number as listed below.
 368412  False positive result for altivec capability check
 368461  mmapunmap test fails on ppc64
 369000  AMD64 fma4 instructions unsupported.
+361253  [s390x] ex_clone.c:42: undefined reference to `pthread_create'
 
 n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
 n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap
index 67f47393440e6bc7a578ff1f758da61f1d2b52d4..5c83b46077d90c41b54f036a11b1ea4cb0b63d75 100644 (file)
@@ -63,4 +63,4 @@ cu21_1_CFLAGS    = $(AM_CFLAGS) -DM3=1
 cu24_1_CFLAGS    = $(AM_CFLAGS) -DM3=1
 fixbr_CFLAGS     = $(AM_CFLAGS) @FLAG_MLONG_DOUBLE_128@
 fpext_CFLAGS     = $(AM_CFLAGS) @FLAG_MLONG_DOUBLE_128@
-ex_clone_LDFLAGS = -lpthread
+ex_clone_LDADD   = -lpthread