[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/20467] New: binutils gold target mipsel-elf fails to build
From: |
vimacs.hacks at gmail dot com |
Subject: |
[Bug binutils/20467] New: binutils gold target mipsel-elf fails to build when configuring with --enable-targets=mipsel-elf |
Date: |
Sun, 14 Aug 2016 02:16:29 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20467
Bug ID: 20467
Summary: binutils gold target mipsel-elf fails to build when
configuring with --enable-targets=mipsel-elf
Product: binutils
Version: 2.27
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: vimacs.hacks at gmail dot com
Target Milestone: ---
I'm trying to build a coreboot toolchain with binutils 2.27, but the mipsel-elf
target fails to build. It fails at building gold when linking libiberty.
https://qa.coreboot.org/job/coreboot-toolchain/160/artifact/util/crossgcc/build-mipsel-elf-BINUTILS/build.log
And I've found out that it's caused by using --enable-targets=mipsel-elf, i.e,
when I configure with:
../binutils-2.27/configure --prefix=/tmp/tools --target=mipsel-elf
--enable-targets=mipsel-elf --disable-werror --disable-nls --enable-gold
it fails to build.
But I can build with:
../binutils-2.27/configure --prefix=/tmp/tools --target=mipsel-elf
--disable-werror --disable-nls --enable-gold
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/20467] New: binutils gold target mipsel-elf fails to build when configuring with --enable-targets=mipsel-elf,
vimacs.hacks at gmail dot com <=