aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 07:02:33 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 07:02:33 +0000
commitadb10b0efdd3f705ab7db73171048bfdff7f7d28 (patch)
treed43653cec3d392536f838493998e4f97ece1ba56
parent61d3147955661bfc23b5226310b110dc2d346482 (diff)
Remove unneeded instructions from gcc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gcc.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 063e0146a..f80eb084c 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -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>