|
@@ -68,7 +68,8 @@ cd ../gcc-build</userinput></screen>
|
|
|
--disable-decimal-float --disable-threads \
|
|
|
--disable-libmudflap --disable-libssp \
|
|
|
--disable-libgomp --enable-languages=c \
|
|
|
- --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs</userinput></screen>
|
|
|
+ --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
|
|
|
+ --without-ppl --without-cloog</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure options:</title>
|
|
@@ -122,6 +123,15 @@ cd ../gcc-build</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>--without-ppl, --without-cloog</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>These switches prevent GCC from building against the PPL and
|
|
|
+ CLooG libraries which may be present on the host system, but will not
|
|
|
+ be available in the chroot environment.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
</variablelist>
|
|
|
|
|
|
<para>Compile GCC by running:</para>
|