OSDN Git Service

- minor doc fix as a full-path is now required when specifying gcc from makefiles.
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 30 May 2009 18:36:14 +0000 (18:36 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 30 May 2009 18:36:14 +0000 (18:36 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2464 b64f7644-9d1e-0410-96f1-a4d463321fa5

doc/texi/building/chapter.via.terminal.texi

index e65cbc5..69f1424 100644 (file)
@@ -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