This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Possible gcc-4.3 regression wrt bootstrapping the toolchain
- From: "Jonas Meyer" <quitte at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 9 Mar 2008 20:28:38 +0100
- Subject: Possible gcc-4.3 regression wrt bootstrapping the toolchain
Hello
I tried building a crosstoolchain with gcc-4.3. The way it worked with
earlier versions doesn't work with 4.3 anymore because make all-gcc
doesn't build libgcc at all. It doesn't fail, it just doesn't build
it.
If this is intended behaviour I'd be glad for anyhints how to
bootstrap a toolchain now.
Thanks, Jonas