aboutsummaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2019-02-19 09:24:50 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-02-19 09:24:50 +0000
commit1d679134724ae4baf615a90b1ab10ef734305f71 (patch)
treef45e307344fd941d9c177fe1e694585763c1dac9 /libphobos/ChangeLog
parent0db1a7c2e9eec808d271c1ad5c326713f9816dd3 (diff)
downloadgcc-1d679134724ae4baf615a90b1ab10ef734305f71.zip
gcc-1d679134724ae4baf615a90b1ab10ef734305f71.tar.gz
gcc-1d679134724ae4baf615a90b1ab10ef734305f71.tar.bz2
Fix libphobos linking on Solaris 11
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro. * configure.ac: Invoke it. * configure: Regenerate. From-SVN: r269012
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 5e24d94..5279c89 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,9 @@
+2019-02-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
+ * configure.ac: Invoke it.
+ * configure: Regenerate.
+
2019-02-19 Johannes Pfau <johannespfau@gmail.com>
PR d/88127