aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-03-12 09:27:43 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-03-12 13:21:04 -0700
commit20f8e472212d8aa11fdf073a4e04da65f3d702d5 (patch)
tree8a43f191711605f8e3c9f602ba9739038e478681
parent9c9dcbb1a836efacb44ac5effc0556ac4dd7fc1a (diff)
downloadmeson-20f8e472212d8aa11fdf073a4e04da65f3d702d5.zip
meson-20f8e472212d8aa11fdf073a4e04da65f3d702d5.tar.gz
meson-20f8e472212d8aa11fdf073a4e04da65f3d702d5.tar.bz2
docs: Update documentation for GDC linker overriding
-rw-r--r--docs/markdown/snippets/ldc_linker_override.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/markdown/snippets/ldc_linker_override.md b/docs/markdown/snippets/ldc_linker_override.md
index fa124ba..2eab958 100644
--- a/docs/markdown/snippets/ldc_linker_override.md
+++ b/docs/markdown/snippets/ldc_linker_override.md
@@ -1,5 +1,7 @@
-## Support for overiding the linker with ldc
+## Support for overiding the linker with ldc and gdc
-LDC (the llvm D compiler) now honors D_LD linker variable (or d_ld in the cross
-file) and is able to pick differnt linkers. ld.bfd, ld.gold, ld.lld, ld64,
-link, and lld-link are currently supported.
+LDC (the llvm D compiler) and GDC (The Gnu D Compiler) now honor D_LD linker
+variable (or d_ld in the cross file) and is able to pick differnt linkers.
+
+GDC supports all of the same values as GCC, LDC supports ld.bfd, ld.gold,
+ld.lld, ld64, link, and lld-link.