d: Add freebsd support for D compiler and runtime
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 28 Nov 2020 15:55:53 +0000 (16:55 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Mon, 30 Nov 2020 10:45:15 +0000 (11:45 +0100)
commite855b30c28391b190eebb8e6afc8d2116a6d85de
tree663581c0c509106a269bd72c78382709db2efd12
parentdee11eb742484daa9efae64a4a2d62ebc751ca27
d: Add freebsd support for D compiler and runtime

gcc/ChangeLog:

PR d/87818
* config.gcc (*-*-freebsd*): Add freebsd-d.o and t-freebsd.
* config/freebsd-d.c: New file.
* config/t-freebsd: New file.

libphobos/ChangeLog:

PR d/87818
* configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
supported targets.
gcc/config.gcc
gcc/config/freebsd-d.c [new file with mode: 0644]
gcc/config/t-freebsd [new file with mode: 0644]
libphobos/configure.tgt