|
@@ -102,10 +102,10 @@ variables that override the default optimization flags.</para>
|
|
|
<para>Now prepare GCC for compilation:</para>
|
|
|
|
|
|
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
|
|
|
- --libexecdir=/tools/lib --with-local-prefix=/tools \
|
|
|
- --enable-clocale=gnu --enable-shared \
|
|
|
- --enable-threads=posix --enable-__cxa_atexit \
|
|
|
- --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
|
|
|
+ --with-local-prefix=/tools --enable-clocale=gnu \
|
|
|
+ --enable-shared --enable-threads=posix \
|
|
|
+ --enable-__cxa_atexit --enable-languages=c,c++ \
|
|
|
+ --disable-libstdcxx-pch</userinput></screen>
|
|
|
|
|
|
<para>The meaning of the new configure options:</para>
|
|
|
|