a15a7a5c13
Using "MAKEINFO = @MAKEINFO@", it fails to compile, so binutils-2.35_no-makeinfo.patch will change that to "MAKEINFO = true" Change-Id: I0ad01e5da34c96fee6a9b1a63897a9fb28471c75 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38666 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
11 lines
320 B
Diff
11 lines
320 B
Diff
diff -urN binutils-2.32.orig/gold/configure.tgt binutils-2.32/gold/configure.tgt
|
|
--- binutils-2.32.orig/gold/configure.tgt
|
|
+++ binutils-2.32/gold/configure.tgt
|
|
@@ -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
|
|
;;
|