On Mon, Jun 17, 2013 at 01:40:56PM +0200, Matthias Klose wrote:
> > I'm afraid anything that involves LTO optimizations currently fails:
> > 
> > [/tmp]$ echo "int main() {return 0;}" >a.c
> > [/tmp]$ gcc -flto a.c
> > /usr/bin/ld: internal error in do_read_symbols, at ../../gold/arm.cc:6735
> > collect2: error: ld returned 1 exit status
> > 
> > Same happens in an armel chroot.
> 
> works for me in a up to date unstable chroot.

Just debootstrapped a fresh one, just to be sure:

debootstrap --arch=armhf --variant=buildd sid . http://ftp.pl.debian.org/debian
for x in proc sys dev dev/pts home;do mount --bind /$x $x;done
chroot .
apt-get install binutils-gold
# (installed and configured locales to cut spam)
cd /tmp
echo "int main() {return 0;}" >a.c
gcc -flto a.c

... and same.

The CPU is Exynos4412 Prime (Cortex-A9), I can try in an armel chroot on
raspi or in an armhf one on N900, but on both it will take a while.

-- 
ᛊᚨᚾᛁᛏᚣ᛫ᛁᛊ᛫ᚠᛟᚱ᛫ᚦᛖ᛫ᚹᛖᚨᚲ


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to