From bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 12 Sep 2015 21:44:59 +0200 Subject: Check llvm version. Fix ghdldrv --post for llvm. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit v1.2.3