소스 검색

Removed symlink creating explanations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
8df8373342
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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>