Browse Source

Remove a command no more needed in gcc

was r11588.
Xi Ruoyao 6 years ago
parent
commit
09ef6fe6f3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      chapter06/gcc.xml

+ 0 - 4
chapter06/gcc.xml

@@ -50,10 +50,6 @@
   ;;
 esac</userinput></screen>
 
-    <para>删除之前创建的符号链接,以便安装最终的 GCC 头文件:</para>
-
-<screen><userinput remap="pre">rm -f /usr/lib/gcc</userinput></screen>
-
     <para>GCC 文档推荐在专用的构建目录中构建 GCC:</para>
 
 <screen><userinput remap="pre">mkdir -v build