diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index e89f7e468..bbef8643c 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -98,6 +98,17 @@ cd build + + --disable-fixincludes + + By default, during the installation of GCC some system + headers would be fixed to be used with GCC. This + is not necessary for a modern Linux system, and potentionally + harmful if a package is reinstalled after installing GCC. This + switch prevents GCC from fixing the headers. + + + --with-system-zlib