summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-04-26 11:32:57 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2020-04-26 11:33:41 +0200
commit1b0cbe05822f349ef8bc32fc1138d2874b2f469c (patch)
treef3c275ca67f34cbc30ad0494f9a32c69d2f74c4a /libphobos/ChangeLog
parent9887f9d815fbcfe944af6e12fc93175dba882a28 (diff)
libphobos: Add power*-*-linux* as a supported target
libphobos/ChangeLog: * configure: Regenerate. * configure.tgt: Add power*-*-linux* as a supported target, only building libdruntime. * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle and powerpc64le target cpus.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 3b89f9b00d9..ae894c64680 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,11 @@
+2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * configure: Regenerate.
+ * configure.tgt: Add power*-*-linux* as a supported target, only
+ building libdruntime.
+ * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
+ and powerpc64le target cpus.
+
2020-04-21 Mathias Lang <pro.mathias.lang@gmail.com>
Iain Buclaw <ibuclaw@gdcproject.org>