|
@@ -85,7 +85,8 @@ variables that override the default optimization flags.</para>
|
|
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
|
|
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
|
|
--libexecdir=/tools/lib --with-local-prefix=/tools \
|
|
--libexecdir=/tools/lib --with-local-prefix=/tools \
|
|
--enable-clocale=gnu --enable-shared --enable-threads=posix \
|
|
--enable-clocale=gnu --enable-shared --enable-threads=posix \
|
|
- --enable-__cxa_atexit --enable-languages=c,c++</userinput></screen>
|
|
|
|
|
|
+ --enable-__cxa_atexit --enable-languages=c,c++ \
|
|
|
|
+ --disable-libstdcxx-pch</userinput></screen>
|
|
|
|
|
|
<para>The meaning of the new configure options:</para>
|
|
<para>The meaning of the new configure options:</para>
|
|
|
|
|
|
@@ -110,6 +111,10 @@ distributions.</para></listitem>
|
|
|
|
|
|
<listitem><para><userinput>--enable-languages=c,c++</userinput>: This option
|
|
<listitem><para><userinput>--enable-languages=c,c++</userinput>: This option
|
|
ensures that both the C and C++ compilers are built.</para></listitem>
|
|
ensures that both the C and C++ compilers are built.</para></listitem>
|
|
|
|
+
|
|
|
|
+<listitem><para><userinput>--disable-libstdcxx-pch</userinput>: Don't build the
|
|
|
|
+PCH (pre-compiled header) for libstdc++. It takes up a ton of space, and we
|
|
|
|
+have no use for it.</para></listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|