Parcourir la source

Removed symlink creating explanations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans il y a 24 ans
Parent
commit
8df8373342
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      chapter06/gcc-exp.xml

+ 0 - 8
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>