gcc/libphobos
Iain Buclaw bbb0de4a4a 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.
2020-04-09 17:07:43 +02:00
..
libdruntime libphobos: Remove --enable-druntime-gc configure option. 2020-04-09 17:07:43 +02:00
m4 libphobos: Remove --enable-druntime-gc configure option. 2020-04-09 17:07:43 +02:00
src libphobos: Add --enable-libphobos-checking configure option 2020-04-09 00:46:39 +02:00
testsuite libphobos: Add --enable-libphobos-checking configure option 2020-04-09 00:46:39 +02:00
acinclude.m4
aclocal.m4
ChangeLog libphobos: Remove --enable-druntime-gc configure option. 2020-04-09 17:07:43 +02:00
config.h.in
configure libphobos: Remove --enable-druntime-gc configure option. 2020-04-09 17:07:43 +02:00
configure.ac libphobos: Add --enable-libphobos-checking configure option 2020-04-09 00:46:39 +02:00
configure.tgt
d_rules.am
Makefile.am
Makefile.in libphobos: Add --enable-libphobos-checking configure option 2020-04-09 00:46:39 +02:00
README.gcc

The files in this directory where noted are part of the DRuntime
and Phobos library.

DRuntime is the low-level runtime library backing the D programming
language, hosted at https://github.com/dlang/druntime/.

Phobos is the standard library for the D Programming Language, hosted
at https://github.com/dlang/phobos/.

The following sources and directories are part of DRuntime:
  libdruntime/core/
  libdruntime/gc/
  libdruntime/gcstub/
  libdruntime/object.d
  libdruntime/rt/

The following sources and directories are part of Phobos:
  src/etc/
  src/index.d
  src/std/

To report a bug or look up known issues with the runtime or standard
library please visit the issue tracker at https://issues.dlang.org/.

All changes to either of these libraries should go through the
upstream repository first, then merged back to GCC.