This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: building libgcc
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Kenneth Zadeck" <zadeck at naturalbridge dot com>
- Cc: gcc <gcc at gcc dot gnu dot org>, "Park, Seongbae" <seongbae dot park at gmail dot com>
- Date: Fri, 31 Aug 2007 14:09:14 -0700
- Subject: Re: building libgcc
- References: <46D87819.6060500@naturalbridge.com>
On 8/31/07, Kenneth Zadeck <zadeck@naturalbridge.com> wrote:
> The reason that the problem does not show up for the stage1 compile is
> that libgcc is built without -fomit-frame-pointer in the stage1 build
> and with -fomit-frame-pointer in the stage3 build. Aside from that the
> command lines are the same.
I think this is related to PR 32161.
-- Pinski