aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 0246d969d..4ffae280d 100644
--- a/README
+++ b/README
@@ -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
******************************