diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -78,8 +78,12 @@ gcc version 4.9.2 [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 -The configure gcc following the gcc instructions and also enable vhdl -languages (you can use --enable-languages=c,vhdl --disable-bootstrap) +Then invoke make to copy ghdl sources in the source dir: +$ make copy-sources + +Finally configure gcc following the gcc instructions and don't forget to +enable the vhdl language (you can use --enable-languages=c,vhdl +--disable-bootstrap) Building with the llvm backend ****************************** |