diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-03-13 19:11:21 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-03-13 19:11:21 +0100 |
commit | 9562150e6b335bdf749c809a9c3636e9f3682134 (patch) | |
tree | 2fad5555e6fad9ddc411464a9ba5df0c8f98b2b7 | |
parent | f5185be529d33230000479cf50af4db4b298771c (diff) | |
download | ghdl-9562150e6b335bdf749c809a9c3636e9f3682134.tar.gz ghdl-9562150e6b335bdf749c809a9c3636e9f3682134.tar.bz2 ghdl-9562150e6b335bdf749c809a9c3636e9f3682134.zip |
README: clarify gcc build.
-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 ****************************** |