diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-19 19:08:51 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-19 19:08:51 +0800 |
commit | 8b0e00434682375f5d3cee41edf8b5351673f586 (patch) | |
tree | 02a7f57d13f3e64fb35098300109220f82a84921 /appendices/dependencies.xml | |
parent | 1a823d576a34f4e297297181c9af0a5abe273b6b (diff) |
dependencies: list GDC along with GNAT as a GCC external dependency
It does not make too much sense to list GNAT but not GDC. They are for
same purpose (building optional languages with bootstrap from binary
requirement).
Diffstat (limited to 'appendices/dependencies.xml')
-rw-r--r-- | appendices/dependencies.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 775f90824..1d4a0abac 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1000,7 +1000,8 @@ <segtitle>&external;</segtitle> <seglistitem> <seg> - <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink> + <ulink url="https://www.gdcproject.org/">GDC</ulink>, + <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>, and <ulink url="https://repo.or.cz/isl.git">ISL</ulink> </seg> |