summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-28 19:59:36 -0800
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-28 19:59:36 -0800
commit28e612f9b63fce6ea7fe933ddfcd39e7f132cd4c (patch)
tree23be4e61f637c2b210693f0611ba1bef26cd6281
parent4ce11ba558b943281998a45a1b300e493cfde453 (diff)
downloadvhdl2vl-28e612f9b63fce6ea7fe933ddfcd39e7f132cd4c.tar.gz
vhdl2vl-28e612f9b63fce6ea7fe933ddfcd39e7f132cd4c.zip
Document success with other C compilers
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9bb79eb..4e2cf86 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,10 @@ To build, just type `make` in the src directory.
This version of vhd2vl has been tested with
* Debian 7 (Wheezy): gcc-4.7.2, bison-2.5, flex-2.5.35, glibc-2.13
-* Debian 8 (Jessie): gcc-4.9.2, bison-3.0.2, flex-2.5.39, glibc-2.19
-* Debian 9 (Stretch): gcc-6.3.0, bison-3.0.4, flex-2.6.1, glibc-2.24
+* Debian 8 (Jessie): gcc-4.9.2 or clang-3.5.0, bison-3.0.2, flex-2.5.39, glibc-2.19
+* Debian 9 (Stretch): gcc-6.3.0 or clang-3.8.1, bison-3.0.4, flex-2.6.1, glibc-2.24
+Also recent tcc from git mob.
This is portable C89/C99 code. It can be expected to work with any
fairly recent version of the required tools.
OpenPOWER on IntegriCloud