diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-10 23:33:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-09-19 18:51:52 +0000 |
commit | f28e368d583b0ee1b5297f4d4d0288a1b38f06e0 (patch) | |
tree | bc7b48120b9f91d7c389eb22840524f2feb42d93 /util/crossgcc/patches | |
parent | e74b0b6a5e30cb940029dd9bb732485d3c139189 (diff) |
util/crossgcc: Update binutils to 2.37
Change-Id: Ia68d4d9f836ad23fb8f6a7203a78b4ea40c7c43b
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54049
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/crossgcc/patches')
-rw-r--r-- | util/crossgcc/patches/binutils-2.37_as-ipxe.patch (renamed from util/crossgcc/patches/binutils-2.35.1_as-ipxe.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.37_mips-gold.patch (renamed from util/crossgcc/patches/binutils-2.35.1_mips-gold.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.37_no-bfd-doc.patch (renamed from util/crossgcc/patches/binutils-2.35.1_no-bfd-doc.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.37_no-makeinfo.patch (renamed from util/crossgcc/patches/binutils-2.35.1_no-makeinfo.patch) | 8 |
4 files changed, 4 insertions, 4 deletions
diff --git a/util/crossgcc/patches/binutils-2.35.1_as-ipxe.patch b/util/crossgcc/patches/binutils-2.37_as-ipxe.patch index 4d2c00a17f..4d2c00a17f 100644 --- a/util/crossgcc/patches/binutils-2.35.1_as-ipxe.patch +++ b/util/crossgcc/patches/binutils-2.37_as-ipxe.patch diff --git a/util/crossgcc/patches/binutils-2.35.1_mips-gold.patch b/util/crossgcc/patches/binutils-2.37_mips-gold.patch index 722367c3d6..722367c3d6 100644 --- a/util/crossgcc/patches/binutils-2.35.1_mips-gold.patch +++ b/util/crossgcc/patches/binutils-2.37_mips-gold.patch diff --git a/util/crossgcc/patches/binutils-2.35.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.37_no-bfd-doc.patch index 7e4bb3f5fd..7e4bb3f5fd 100644 --- a/util/crossgcc/patches/binutils-2.35.1_no-bfd-doc.patch +++ b/util/crossgcc/patches/binutils-2.37_no-bfd-doc.patch diff --git a/util/crossgcc/patches/binutils-2.35.1_no-makeinfo.patch b/util/crossgcc/patches/binutils-2.37_no-makeinfo.patch index 4834016c3b..e0ba01f8a6 100644 --- a/util/crossgcc/patches/binutils-2.35.1_no-makeinfo.patch +++ b/util/crossgcc/patches/binutils-2.37_no-makeinfo.patch @@ -25,7 +25,7 @@ index af38671cbe..978d445825 100644 +MAKEINFO = true EXPECT = @EXPECT@ RUNTEST = @RUNTEST@ - + diff --git binutils-2.34/Makefile.tpl binutils-2.34/Makefile.tpl index 5b118a8ba4..2b41fa28ce 100644 --- binutils-2.34/Makefile.tpl @@ -38,7 +38,7 @@ index 5b118a8ba4..2b41fa28ce 100644 +MAKEINFO = true EXPECT = @EXPECT@ RUNTEST = @RUNTEST@ - + diff --git binutils-2.34/bfd/Makefile.in binutils-2.34/bfd/Makefile.in index 7d3b9c1c5a..c062314063 100644 --- binutils-2.34/bfd/Makefile.in @@ -202,11 +202,11 @@ index fe738d0db4..6d902c5b7b 100644 @@ -56,7 +56,7 @@ CC = @CC@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ - RANLIB = @RANLIB@ + RANLIB = @RANLIB@ @RANLIB_PLUGIN_OPTION@ -MAKEINFO = @MAKEINFO@ +MAKEINFO = true PERL = @PERL@ - + PICFLAG = @PICFLAG@ diff --git binutils-2.34/opcodes/Makefile.in binutils-2.34/opcodes/Makefile.in index 8564803fc7..fa790026ac 100644 |