Author: bdubbs
Date: Fri Apr 25 00:02:33 2014
New Revision: 10551

Log:
Remove unneeded instructions from gcc

Modified:
   trunk/BOOK/chapter06/gcc.xml

Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml        Thu Apr 24 18:55:26 2014        (r10550)
+++ trunk/BOOK/chapter06/gcc.xml        Fri Apr 25 00:02:33 2014        (r10551)
@@ -49,18 +49,6 @@
 <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>Workaround a bug so that GCC doesn't install
-    <filename class="libraryfile">libiberty.a</filename>, which is already
-    provided by Binutils:</para>
-
-<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' 
libiberty/Makefile.in</userinput></screen>
--->
-    <para>Also fix an error in one of the check Makefiles and disable one test 
in
-    the g++ libmudflap test suite:</para>
-
-<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d 
fixincludes/Makefile.in 
-mv -v 
libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}</userinput></screen>
 
     <para>The GCC documentation recommends building GCC outside of the source
     directory in a dedicated build directory:</para>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to