diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index cba1baa93..9fa5601bb 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -44,9 +44,9 @@ cd ../gcc-build Prepare GCC for compilation: -CC="gcc -B/usr/bin" ../gcc-&gcc-version;/configure - --prefix=/tools --libexecdir=/tools/lib - --with-local-prefix=/tools --disable-nls +CC="gcc -B/usr/bin" ../gcc-&gcc-version;/configure \ + --prefix=/tools --libexecdir=/tools/lib \ + --with-local-prefix=/tools --disable-nls \ --enable-shared --enable-languages=c The meaning of the configure options: