diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-29 11:27:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-29 11:27:05 +0000 |
commit | 4e179e7764f6b382a4b33d61c49112698c11ff3b (patch) | |
tree | 20401fcc34f0b998b25fc84fb6d3f44762df20e1 /chapter06 | |
parent | d73690480dd649ad32c3fa3ef4b86ea5a85f50ec (diff) |
Remove instructions to prevent the building of GCC's info files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 2489c111a..b36cf66dc 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -48,13 +48,6 @@ <screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> - <para>Again, do not build the .info files. They are broken with the current - version of <command>makeinfo</command>.</para> - - <screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure</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 |