diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 4 | ||||
-rw-r--r-- | chapter06/glibc.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1be390ab4..f22c8178f 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 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3feae779a..5afb969b2 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,6 +77,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen> + <para>Finally, update some recent changes from the upstream repository:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> + <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> |