summaryrefslogtreecommitdiff
path: root/intl/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2021-02-02 15:39:26 +0000
committerNick Alcock <nick.alcock@oracle.com>2021-02-10 15:26:57 +0000
commit53d4244ec0ac70438d75abf3326cb3392bb9c828 (patch)
tree4d9cbb3622894ee2f0419c74af424f0131363122 /intl/ChangeLog
parentadda0248ed0f7a2245f53a79ef6dbc2093a1be22 (diff)
downloadbinutils-gdb-53d4244ec0ac70438d75abf3326cb3392bb9c828.tar.gz
intl: always picify
libintl is included in several shared libraries (at least libinproctrace.so and libctf.so): unconditionally picify with code borrowed from libiberty configure. (It's not performance-critical, so don't bother making separate PIC and non-PIC libraries like libiberty does.) intl/ChangeLog 2021-02-02 Nick Alcock <nick.alcock@oracle.com> * aclocal.m4: include picflag.m4. * configure.ac (PICFLAG): Add and substitute. * Makefile.in (PICFLAG): New. (COMPILE): Use it. * configure: Regenerate.
Diffstat (limited to 'intl/ChangeLog')
-rw-r--r--intl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index d88f9266838..8da6ef7be9f 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,11 @@
+2021-02-02 Nick Alcock <nick.alcock@oracle.com>
+
+ * aclocal.m4: include picflag.m4.
+ * configure.ac (PICFLAG): Add and substitute.
+ * Makefile.in (PICFLAG): New.
+ (COMPILE): Use it.
+ * configure: Regenerate.
+
2020-04-16 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/92008