aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ghdl.texi
diff options
context:
space:
mode:
authorArcturus <arcturus110@outlook.com>2019-02-14 15:35:40 +0000
committertgingold <tgingold@users.noreply.github.com>2019-02-15 07:53:51 +0100
commitf8437ed8ee98e4392eb87ecaafc74eba67f725da (patch)
tree73a08c02ede55459071fa73e4f6538f3ba2fe829 /doc/ghdl.texi
parent4b9a513b53b5a121a1abe5fd93abc8d14e6b7750 (diff)
downloadghdl-f8437ed8ee98e4392eb87ecaafc74eba67f725da.tar.gz
ghdl-f8437ed8ee98e4392eb87ecaafc74eba67f725da.tar.bz2
ghdl-f8437ed8ee98e4392eb87ecaafc74eba67f725da.zip
minor change in GCC backend build example
changed directory to build ghdl libraries
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r--doc/ghdl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi
index ed74f57d9..8a21e6260 100644
--- a/doc/ghdl.texi
+++ b/doc/ghdl.texi
@@ -3883,7 +3883,7 @@ $ /path/to/gcc/source/dir/configure --prefix=/usr/local --enable-languages=c,vhd
--disable-bootstrap --disable-lto --disable-multilib --disable-libssp \
--disable-libgomp --disable-libquadmath
$ make -j2 && make install
-$ cd /path/to/ghdl/source/dir
+$ cd /path/to/ghdl/source/dir/build
$ make ghdllib
$ make install
@end example