Author: jhuntwork
Date: 2012-04-22 16:23:49 -0600 (Sun, 22 Apr 2012)
New Revision: 9822
Modified:
branches/jh/chapter01/changelog.xml
branches/jh/chapter05/gcc-pass1.xml
Log:
Remove --without-ppl and --without-cloog completely.
Modified: branches/jh/chapter01/changelog.xml
===================================================================
--- branches/jh/chapter01/changelog.xml 2012-04-22 22:10:19 UTC (rev 9821)
+++ branches/jh/chapter01/changelog.xml 2012-04-22 22:23:49 UTC (rev 9822)
@@ -46,9 +46,10 @@
only in /tools/include and not /usr/include. Thanks to Pierre
Labastie.</para>
</listitem>
<listitem>
- <para>[jhuntwork] - Remove --without-cloog and --without-ppl from
gcc pass2.
- These are unecessary since pass 1 gcc shouldn't be able to find and
link to
- them when installed on the host system anyway.</para>
+ <para>[jhuntwork] - Remove --without-cloog and --without-ppl from
chapter 5 gcc.
+ These are unnecessary since it doesn't matter if pass 1 gcc is
linked against
+ host libs and it should be impossible for the build of pass 2 gcc to
find host
+ headers or libs.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: branches/jh/chapter05/gcc-pass1.xml
===================================================================
--- branches/jh/chapter05/gcc-pass1.xml 2012-04-22 22:10:19 UTC (rev 9821)
+++ branches/jh/chapter05/gcc-pass1.xml 2012-04-22 22:23:49 UTC (rev 9822)
@@ -126,8 +126,6 @@
--disable-libgomp \
--disable-libquadmath \
--enable-languages=c \
- --without-ppl \
- --without-cloog \
--with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
--with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
@@ -211,15 +209,6 @@
</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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page