summaryrefslogtreecommitdiffstats
path: root/doc/texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/texi')
-rw-r--r--doc/texi/building/chapter.via.terminal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/building/chapter.via.terminal.texi b/doc/texi/building/chapter.via.terminal.texi
index e65cbc573..69f1424db 100644
--- a/doc/texi/building/chapter.via.terminal.texi
+++ b/doc/texi/building/chapter.via.terminal.texi
@@ -233,7 +233,7 @@ The purpose is to allow a place to store local build settings for testing, tweak
@example
## bump to gcc-4.2 in current path
-GCC.gcc = gcc-4.2
+GCC.gcc = /usr/bin/gcc-4.2
## replace optimize for 'speed' with more aggressive settings
GCC.args.O.speed = -O3 -fomit-frame-pointer -msse4.2