diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-19 22:26:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-19 22:26:15 +0000 |
commit | ec487304dc7217835ea74b2417fbb5e4bfd60f2a (patch) | |
tree | c88551009c58df15b3a1c0a2e1f651e546d1e6c9 | |
parent | da6a8bcae67c7810b2365d1720aa7f6efff5ba1e (diff) |
Sync gcc file with trunk7.9-rc2
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.9-rc2@11021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f22c8178f..1be390ab4 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,11 @@ <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 |