aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gcc-inst.xml')
-rw-r--r--chapter05/gcc-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml
index 6a2ff538f..3103036e4 100644
--- a/chapter05/gcc-inst.xml
+++ b/chapter05/gcc-inst.xml
@@ -23,10 +23,10 @@ running the following commands:
<userinput>&nbsp;&nbsp;&nbsp;gxx_include_dir=$LFS/usr/include/g++
install &amp;&amp;</userinput>
<userinput>cd $LFS/lib &amp;&amp;</userinput>
- <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp
+ <userinput>ln -s ../usr/bin/cpp
&amp;&amp;</userinput>
<userinput>cd $LFS/usr/lib &amp;&amp;</userinput>
- <userinput>ln -s gcc-lib/*/2.95.2.1/cpp
+ <userinput>ln -s ../bin/cpp
&amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>ln -s gcc cc</userinput>