소스 검색

Cleanup after the --disable-libmpx instruction removal in GCC. This required changes to GCC Pass 1 (CH5) and the main GCC page (CH6)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 년 전
부모
커밋
3dfd95eaf1
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      chapter05/gcc-pass1.xml
  2. 3 3
      chapter06/gcc.xml

+ 2 - 2
chapter05/gcc-pass1.xml

@@ -206,12 +206,12 @@ cd       build</userinput></screen>
 
 
       <varlistentry>
       <varlistentry>
         <term><parameter>--disable-decimal-float, --disable-threads,
         <term><parameter>--disable-decimal-float, --disable-threads,
-        --disable-libatomic, --disable-libgomp, --disable-libmpx,
+              --disable-libatomic, --disable-libgomp, <!--- -disable-libmpx,-->
         --disable-libquadmath, --disable-libssp, --disable-libvtv,
         --disable-libquadmath, --disable-libssp, --disable-libvtv,
         --disable-libstdcxx</parameter></term>
         --disable-libstdcxx</parameter></term>
         <listitem>
         <listitem>
           <para>These switches disable support for the decimal floating point
           <para>These switches disable support for the decimal floating point
-          extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp,
+          extension, threading, libatomic, libgomp, <!--libmpx, --> libquadmath, libssp,
           libvtv, and the C++ standard library respectively. These features
           libvtv, and the C++ standard library respectively. These features
           will fail to compile when building a cross-compiler and are not
           will fail to compile when building a cross-compiler and are not
           necessary for the task of cross-compiling the temporary libc.</para>
           necessary for the task of cross-compiling the temporary libc.</para>

+ 3 - 3
chapter06/gcc.xml

@@ -80,16 +80,16 @@ cd       build</userinput></screen>
           path to /tools/bin/sed.</para>
           path to /tools/bin/sed.</para>
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
- 
+      <!-- 
       <varlistentry>
       <varlistentry>
-        <term><parameter>--disable-libmpx</parameter></term>
+        <term><parameter>- -disable-libmpx</parameter></term>
         <listitem>
         <listitem>
           <para>This switch tells GCC to not build mpx (Memory Protection
           <para>This switch tells GCC to not build mpx (Memory Protection
           Extensions) that can cause problems on some processors. It has
           Extensions) that can cause problems on some processors. It has
           been removed from the next version of gcc.</para>
           been removed from the next version of gcc.</para>
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
-
+      -->
       <varlistentry>
       <varlistentry>
         <term><parameter>--with-system-zlib</parameter></term>
         <term><parameter>--with-system-zlib</parameter></term>
         <listitem>
         <listitem>