summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-05-30 18:36:14 +0000
committerkonablend <[email protected]>2009-05-30 18:36:14 +0000
commit5138cea42c62cb994f53bf492d29757fb2fe3dd9 (patch)
tree23870e5d0dd5728a80e7f093c94a347cc8893600 /doc
parentb481dfa85b819fd747854ec6dc7f8ff1fd568f72 (diff)
- minor doc fix as a full-path is now required when specifying gcc from makefiles.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2464 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc')
-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