summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-02 11:07:36 +0100
committerBruno Haible <bruno@clisp.org>2019-12-02 11:09:05 +0100
commit1939671d9da533e8af325f1810134f6bf7767121 (patch)
tree08123454d47d36ca9aeebc0599eb829658f156e7
parent6b1e06a007e80f2564e8910c64dd07b2edf12ed3 (diff)
downloadgnulib-1939671d9da533e8af325f1810134f6bf7767121.tar.gz
Simplify link sections.
* modules/threadlib (Link): Stop mentioning LTLIBTHREAD. * modules/lock (Link): Likewise. * modules/cond (Link): Likewise. * modules/tls (Link): Likewise. * modules/yield (Link): Likewise. * modules/regex (Link): Likewise. * modules/localename (Link): Likewise. * modules/unicase/locale-language (Link): Likewise. * modules/thread (Link): Stop mentioning LTLIBMULTITHREAD.
-rw-r--r--ChangeLog13
-rw-r--r--modules/cond2
-rw-r--r--modules/localename2
-rw-r--r--modules/lock2
-rw-r--r--modules/regex2
-rw-r--r--modules/thread2
-rw-r--r--modules/threadlib2
-rw-r--r--modules/tls2
-rw-r--r--modules/unicase/locale-language2
-rw-r--r--modules/yield2
10 files changed, 22 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e45f6a43..7df2409c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2019-12-02 Bruno Haible <bruno@clisp.org>
+ Simplify link sections.
+ * modules/threadlib (Link): Stop mentioning LTLIBTHREAD.
+ * modules/lock (Link): Likewise.
+ * modules/cond (Link): Likewise.
+ * modules/tls (Link): Likewise.
+ * modules/yield (Link): Likewise.
+ * modules/regex (Link): Likewise.
+ * modules/localename (Link): Likewise.
+ * modules/unicase/locale-language (Link): Likewise.
+ * modules/thread (Link): Stop mentioning LTLIBMULTITHREAD.
+
+2019-12-02 Bruno Haible <bruno@clisp.org>
+
thread tests: Avoid link error with --enable-threads=isoc+posix on AIX.
* tests/test-thread_self.c (main): Disable test on AIX.
diff --git a/modules/cond b/modules/cond
index 5dc0e4048b..43b2bd67de 100644
--- a/modules/cond
+++ b/modules/cond
@@ -25,7 +25,7 @@ Include:
"glthread/cond.h"
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv2+
diff --git a/modules/localename b/modules/localename
index 1813d28f79..9eed220e7f 100644
--- a/modules/localename
+++ b/modules/localename
@@ -31,7 +31,7 @@ Include:
Link:
@INTL_MACOSX_LIBS@
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv2+
diff --git a/modules/lock b/modules/lock
index 4b390ba765..c9d60d695c 100644
--- a/modules/lock
+++ b/modules/lock
@@ -26,7 +26,7 @@ Include:
"glthread/lock.h"
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv2+
diff --git a/modules/regex b/modules/regex
index dbfd379820..42c93443cf 100644
--- a/modules/regex
+++ b/modules/regex
@@ -49,7 +49,7 @@ Include:
<regex.h>
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
diff --git a/modules/thread b/modules/thread
index baa88872ae..1d530b0d3a 100644
--- a/modules/thread
+++ b/modules/thread
@@ -23,7 +23,7 @@ Include:
"glthread/thread.h"
Link:
-$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
+$(LIBMULTITHREAD)
License:
LGPLv2+
diff --git a/modules/threadlib b/modules/threadlib
index 240406d554..f4fba84f88 100644
--- a/modules/threadlib
+++ b/modules/threadlib
@@ -20,7 +20,7 @@ lib_SOURCES += glthread/threadlib.c
Include:
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv2+
diff --git a/modules/tls b/modules/tls
index f4a5256308..96192cc454 100644
--- a/modules/tls
+++ b/modules/tls
@@ -20,7 +20,7 @@ Include:
"glthread/tls.h"
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv2+
diff --git a/modules/unicase/locale-language b/modules/unicase/locale-language
index d2e06f2f2b..0ca9c29f98 100644
--- a/modules/unicase/locale-language
+++ b/modules/unicase/locale-language
@@ -31,7 +31,7 @@ Include:
Link:
@INTL_MACOSX_LIBS@
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
License:
LGPLv3+ or GPLv2
diff --git a/modules/yield b/modules/yield
index 71e00ea73d..5ca862067d 100644
--- a/modules/yield
+++ b/modules/yield
@@ -18,7 +18,7 @@ Include:
"glthread/yield.h"
Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LIBTHREAD)
$(YIELD_LIB)
License: