diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-04-17 00:04:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-04-17 00:04:19 +0000 |
commit | 60b23a6f5cdda494d55a3a186975220a744e6641 (patch) | |
tree | b3dc4752b5ddba2c02be29cbae34429a883adb27 /chapter06 | |
parent | af294985456854c32d60551ea21d28d4fc8c09ea (diff) |
Update to dejagnu-1.6.
Update to linux-4.5.1.
Wording change in Chapter 6 GCC.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index a61ff68fe..f89a810a9 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,7 @@ <sect2 role="installation"> <title>Installation of GCC</title> -<!-- - <para>First apply some fixes from the upstream repository:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> ---> <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build @@ -123,9 +119,9 @@ cd build</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> - <para>Some packages expect the C preprocessor to be installed in the - <filename class="directory">/lib</filename> directory. - To support those packages, create this symlink:</para> + <para>Create a symlink required by the <ulink + url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> + for "historical" reasons.</para> <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen> |