This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41598] bootstrap *using* lto fails
- From: "espindola at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2009 12:37:29 -0000
- Subject: [Bug lto/41598] bootstrap *using* lto fails
- References: <bug-41598-16169@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from espindola at google dot com 2009-10-06 12:37 -------
I was trying to do a manual bootstrap. Just compiled a gcc with
--disable-bootstrap --with-ld=gold and used that to try to build a new one:
CC="$HOME/gcc/inst/bin/gcc -flto -use-linker-plugin" ../gcc-git/configure
--enable-lto --enable-gold --with-ld=$HOME/binutils/inst/bin/ld
--enable-languages=c --disable-bootstrap
will try again with type-checking disabled.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41598