diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index ff6a76116..229c56398 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -83,7 +83,8 @@ cd ../gcc-build</userinput></screen> <screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \ --libexecdir=/usr/lib --enable-shared \ --enable-threads=posix --enable-__cxa_atexit \ - --enable-clocale=gnu --enable-languages=c,c++</userinput></screen> + --enable-clocale=gnu --enable-languages=c,c++ \ + --disable-bootstrap</userinput></screen> <para>Compile the package:</para> |