aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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