From bb55064a0b6cb7c96059cc6ea9fae49f709fc746 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 13 Jun 2004 19:25:16 +0000 Subject: Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 662e95dfe..f1f5bbccd 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -30,7 +30,7 @@ Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, Texinfo Installation of GCC This package is known to behave badly when you have changed its -default optimization flags (including the -march and -mcpu options). +default optimization flags (including the -march and -mcpu options). Therefore, if you have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend un-setting or modifying them when building GCC. @@ -47,8 +47,8 @@ the Specs patch) also used in the previous chapter: patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch Now apply a sed substitution that will suppress the installation of -libiberty.a. We want to use the version of -libiberty.a provided by Binutils: +libiberty.a. We want to use the version of +libiberty.a provided by Binutils: sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in @@ -86,7 +86,7 @@ doubts. make install Some packages expect the C PreProcessor to be installed in the -/lib directory. +/lib directory. To support those packages, create this symlink: ln -s ../usr/bin/cpp /lib @@ -161,15 +161,15 @@ analyze programs to find out where optimizations will have the most effect. -libgcc* +libgcc* libgcc* -contains run-time support for gcc. +contains run-time support for gcc. -libstdc++ +libstdc++ libstdc++ is the standard C++ library. It contains many frequently-used functions. @@ -177,7 +177,7 @@ analyze programs to find out where optimizations will have the most effect. -libsupc++ +libsupc++ libsupc++ provides supporting routines for the c++ programming language. -- cgit v1.2.3-54-g00ecf