On Tue, 29 Mar 2011 6:12:42 -0600 Matthew Burgess <[email protected]> wrote: > > This is now being discussed at > http://gcc.gnu.org/ml/gcc/2011-03/msg00461.html. > Thanks for the link. It led me to this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47836 where I found the attached patch. With it I can configure the first pass (the patch is only needed for the first pass) of gcc like so:
../gcc-4.6.0/configure \
--target=${LFS_TGT} --prefix=/tools \
--disable-nls --disable-shared --disable-multilib \
--disable-decimal-float --disable-threads \
--disable-libmudflap --disable-libssp \
--disable-libgomp --disable-libquadmath --enable-languages=c \
--without-ppl --without-cloog \
--without-target-libiberty --without-target-zlib
And I'm back in the game, I've just finished compiling tools, about to
enter chroot.
Andy
gcc-disable-libiberty-zlib.patch
Description: Binary data
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
