diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-09-12 21:44:59 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-09-12 21:44:59 +0200 |
commit | bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f (patch) | |
tree | 8a13176b25fb96aaed4187baa482392feb0ceccf /README | |
parent | d08ed8de338da3b7ea4fcd0139f4ca248c129078 (diff) | |
download | ghdl-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-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |