Forráskód Böngészése

Minor text change

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 éve
szülő
commit
530aea32ce
1 módosított fájl, 1 hozzáadás és 11 törlés
  1. 1 11
      chapter06/gcc.xml

+ 1 - 11
chapter06/gcc.xml

@@ -46,21 +46,11 @@
 <screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
 
 
-    <para>First fix a problem identified upstream that causes some 
+    <para>Now fix a problem identified upstream that causes some 
     programs to fail:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
 
-<!--
-    <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
-    <command>sed</command> to force the build to use the
-    <option>-fomit-frame-pointer</option> compiler flag in order to ensure
-    consistent compiler builds:</para>
-
-<screen><userinput remap="pre">case `uname -m` in
-  i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
-esac</userinput></screen>
--->
     <para>The GCC documentation recommends building GCC outside of the source
     directory in a dedicated build directory:</para>