Re: [PATCH] Fix PR53183, libgcc does not always figure out the size of double/long double

2012-05-21 Thread Paolo Bonzini
Il 21/05/2012 02:57, Andrew Pinski ha scritto: > The problem here is that when libgcc goes to try to figure out the > size of double/long double, it includes some headers. But those > headers does not exist when doing a "stage1" Linux cross compiler > build. > > This fixes the problem having conf

[PATCH] Fix PR53183, libgcc does not always figure out the size of double/long double

2012-05-20 Thread Andrew Pinski
The problem here is that when libgcc goes to try to figure out the size of double/long double, it includes some headers. But those headers does not exist when doing a "stage1" Linux cross compiler build. This fixes the problem having configure not include those headers. OK for the trunk and the