summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-08-20 04:46:15 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-08-22 16:18:35 +0000
commit88ffed3df881c09b9833f20400257d0a632a26a2 (patch)
treedbad7d92c269c956f1dcf62d102c97e2bbfc6b15 /util
parent1d7a9debf241f9649a40ebc367204bac0a86a67e (diff)
downloadcoreboot-88ffed3df881c09b9833f20400257d0a632a26a2.tar.gz
coreboot-88ffed3df881c09b9833f20400257d0a632a26a2.tar.bz2
coreboot-88ffed3df881c09b9833f20400257d0a632a26a2.zip
util/crossgcc: Remove binutils related MIPS patch
coreboot doesn't support the MIPS architecture anymore. So remove the MIPS patch. Change-Id: I62a2bca141b42ac33b628c48c84422570f4dda10 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'util')
-rw-r--r--util/crossgcc/patches/binutils-2.37_mips-gold.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/crossgcc/patches/binutils-2.37_mips-gold.patch b/util/crossgcc/patches/binutils-2.37_mips-gold.patch
deleted file mode 100644
index 722367c3d64e..000000000000
--- a/util/crossgcc/patches/binutils-2.37_mips-gold.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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
- ;;