diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 17:59:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 17:59:14 +0000 |
commit | c528e3a4d3b36e31f09017a03b08be446bba95a8 (patch) | |
tree | 00580173d04ab8b567fc50b3b9e98166ee2a8e9f /chapter06/gcc.xml | |
parent | 0233560f7603a0fcff2cd8442ad474b9306bc320 (diff) |
Minor touchups
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1ecbf524c..2489c111a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -216,8 +216,8 @@ cd ../gcc-build</userinput></screen> xpointer="xpointer(//*[@os='h'])"/> <screen><computeroutput>#include <...> search starts here: - /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include + /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed /usr/include</computeroutput></screen> |