aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-12 21:44:59 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-12 21:44:59 +0200
commitbdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f (patch)
tree8a13176b25fb96aaed4187baa482392feb0ceccf /README
parentd08ed8de338da3b7ea4fcd0139f4ca248c129078 (diff)
downloadghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.tar.gz
ghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.tar.bz2
ghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.zip
Check llvm version. Fix ghdldrv --post for llvm.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 4ffae280d..d9ccae9c5 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ Building with the gcc backend
*****************************
You need to download and untar the sources of
-gcc version 4.9.2 [do not modify this line as this is read by scripts].
+gcc version 4.9 [do not modify this line as this is read by scripts].
First configure ghdl and specify gcc source dir:
$ ./configure --with-gcc=/path/to/gcc/source/dir
@@ -88,7 +88,8 @@ enable the vhdl language (you can use --enable-languages=c,vhdl
Building with the llvm backend
******************************
-You need llvm 3.5
+You need to build and install
+llvm version 3.5 [do not modify this line as this is read by scripts].
First configure ghdl and specify where llvm is installed
$ ./configure --with-llvm=PREFIX