This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/43878] Building a cross gcc fails due to a bug in the build process
- From: "fgn123 at freenet dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 13:02:49 +0000
- Subject: [Bug bootstrap/43878] Building a cross gcc fails due to a bug in the build process
- Auto-submitted: auto-generated
- References: <bug-43878-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43878
--- Comment #2 from Frank <fgn123 at freenet dot de> 2012-02-29 13:02:49 UTC ---
On 03.02.2012 18:56, pinskia at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43878
>
> --- Comment #1 from Andrew Pinski<pinskia at gcc dot gnu.org> 2012-02-03 22:56:06 UTC ---
> The trick is to use --with-newlib as the stage1 compiler.
>
Thanks a lot for the answer, I had almost forgotten about this issue
myself since I posted it a
while ago.
So I guess it cannot be considered a bug ?
Frank