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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to