Bug#667005: gcc-4.7-multilib: fails to find libgcc when linking a x32 binary

2012-04-03 Thread Helmut Grohne
On Tue, Apr 03, 2012 at 03:06:13PM +0200, Matthias Klose wrote: > severity 667005 wishlist > clone 667005 -1 > reassign -1 src:eglibc > retitle -1 build eglibc for x32 > thanks Did you forget to cc control@ again? But wait before resending. > On 03.04.2012 12:43, Helmut Grohne wrote: > then pleas

Bug#667005: gcc-4.7-multilib: fails to find libgcc when linking a x32 binary

2012-04-03 Thread Matthias Klose
severity 667005 wishlist clone 667005 -1 reassign -1 src:eglibc retitle -1 build eglibc for x32 thanks On 03.04.2012 12:43, Helmut Grohne wrote: Package: gcc-4.7-multilib Version: 4.7.0-1 Severity: normal Dear gcc maintainer, Since version 4.7 gcc is able to produce x32 binaries. Unfortunately

Bug#667005: gcc-4.7-multilib: fails to find libgcc when linking a x32 binary

2012-04-03 Thread Helmut Grohne
Package: gcc-4.7-multilib Version: 4.7.0-1 Severity: normal Dear gcc maintainer, Since version 4.7 gcc is able to produce x32 binaries. Unfortunately this feature is not currently usable in Debian sid. $ cat true.c int main(void) { return 0; } $ gcc-4.7 true.c # everything works $ gcc-4.7 -m32 t