diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-exp.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index e4e3377a7..bbd3b89d5 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -15,13 +15,5 @@ the --enable-languages parameter can be omitted.</para> multithreaded code will not work if gcc is compiled without --enable-threads.</para> -<para><userinput>ln -s ../usr/bin/cpp:</userinput> This -creates the $LFS/lib/cpp symlink. Some packages explicitly try to find -cpp in /lib.</para> - -<para><userinput>ln -s ../bin/cpp:</userinput> This -creates the $LFS/usr/lib/cpp symlink as there are packages that expect -cpp to be in /usr/lib.</para> - </sect2> |