bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/20467] binutils gold target mipsel-elf fails to build when


From: vimacs.hacks at gmail dot com
Subject: [Bug binutils/20467] binutils gold target mipsel-elf fails to build when configuring with --enable-targets=mipsel-elf
Date: Sun, 30 Oct 2016 09:16:15 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20467

--- Comment #1 from vimacs.hacks at gmail dot com <vimacs.hacks at gmail dot 
com> ---
The following patch will fix this issue.

diff -urN binutils-2.27.orig/gold/configure.tgt
binutils-2.27/gold/configure.tgt
--- binutils-2.27.orig/gold/configure.tgt       2016-08-03 15:36:53.000000000
+0800
+++ binutils-2.27/gold/configure.tgt    2016-10-29 19:28:56.140587026 +0800
@@ -157,6 +157,7 @@
  targ_obj=mips
  targ_machine=EM_MIPS_RS3_LE
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]