aboutsummaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-04-09 17:07:43 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2020-04-09 17:07:43 +0200
commitbbb0de4a4ac9d6b6b6ca6be4755913bf4379d51a (patch)
tree8a25f48ee086fe246b67917ed52f098bf9c4963b /libphobos/ChangeLog
parent8b5bc7d12de344707e89c5111649dcc1ae4cd1cd (diff)
libphobos: Remove --enable-druntime-gc configure option.
This is yet another old option that would have been somewhat useful back before the D front-end implementation was able to support compiling without the Druntime library. Now however, -fno-druntime makes the gcstub package redundant, so the option has been removed, along with the package itself. libphobos/ChangeLog: * configure: Regenerate. * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB. (DRUNTIME_DSOURCES): Add gc/*.d sources. (DRUNTIME_DSOURCES_GC): Remove. (DRUNTIME_DSOURCES_GCSTUB): Remove. * libdruntime/Makefile.in: Regenerate. * libdruntime/gcstub/gc.d: Remove. * m4/druntime.m4 (DRUNTIME_GC): Remove.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 5b9fe432bb9..dc19a19851f 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,5 +1,17 @@
2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
+ * configure: Regenerate.
+ * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
+ DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
+ (DRUNTIME_DSOURCES): Add gc/*.d sources.
+ (DRUNTIME_DSOURCES_GC): Remove.
+ (DRUNTIME_DSOURCES_GCSTUB): Remove.
+ * libdruntime/Makefile.in: Regenerate.
+ * libdruntime/gcstub/gc.d: Remove.
+ * m4/druntime.m4 (DRUNTIME_GC): Remove.
+
+2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
+
PR d/94305
* Makefile.in: Regenerate.
* configure: Regenerate.