diff options
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> |