aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/building/gcc/GNULinux-GNAT.rst2
-rw-r--r--doc/ghdl.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/building/gcc/GNULinux-GNAT.rst b/doc/building/gcc/GNULinux-GNAT.rst
index 259218a82..e6c7f61b4 100644
--- a/doc/building/gcc/GNULinux-GNAT.rst
+++ b/doc/building/gcc/GNULinux-GNAT.rst
@@ -25,7 +25,7 @@ GCC Backend on GNU/Linux with GCC/GNAT
--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
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