diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index c878bd4b2..8f041f7fe 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -27,6 +27,7 @@ cd ../gcc-build</userinput></screen> <para>Prepare GCC for compilation:</para> +<!--NEW--> <screen><userinput>CC="gcc -B/usr/bin" ../gcc-&gcc-version;/configure \ --prefix=/tools --libexecdir=/tools/lib \ --with-local-prefix=/tools --disable-nls \ |