diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-13 08:23:09 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-13 08:24:34 +0200 |
commit | 7cf6e5aca65df5e9f5238ac2ce65d44c06165fd2 (patch) | |
tree | 0f3589f854da393a319fb3bd9a59a120f1048e7a | |
parent | 11e5e62f06e225a5f39cf31581063bd469a05064 (diff) | |
download | ghdl-7cf6e5aca65df5e9f5238ac2ce65d44c06165fd2.tar.gz ghdl-7cf6e5aca65df5e9f5238ac2ce65d44c06165fd2.tar.bz2 ghdl-7cf6e5aca65df5e9f5238ac2ce65d44c06165fd2.zip |
doc: mention issue #1368 for MacOS builds.
-rw-r--r-- | doc/getting/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/getting/index.rst b/doc/getting/index.rst index 9ecde4fe7..b256472b2 100644 --- a/doc/getting/index.rst +++ b/doc/getting/index.rst @@ -80,5 +80,7 @@ created. .. HINT :: On Windows, building GHDL with mcode backend and GNAT GPL 32 bit seems to be the only way to get a standalone native executable. * MINGW/MSYS2 builds depend on the environment/runtime. - * For 64 bit, no native compiler exists from AdaCore. - * That Ada to .NET compiler, which might work for 32 or 64 bit. is not up-to-date. + +.. HINT :: + For MacOS 10.15 (Catalina), see `https://github.com/ghdl/ghdl/issues/1368` for + workarounds to link failures. |