[coreboot-gerrit] New patch to review for coreboot: crossgcc: Fix binutils for aarch64

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat Jul 4 09:27:33 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10791

-gerrit

commit 73b75379f8ce6407925c6b2fa762664631136577
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Jul 4 09:26:15 2015 +0200

    crossgcc: Fix binutils for aarch64
    
    The gold linker didn't build.
    
    Change-Id: I93c26a7715e781b001a71978d8fadbf65fdfe427
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/crossgcc/patches/binutils-2.25_fix-aarch64.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/util/crossgcc/patches/binutils-2.25_fix-aarch64.patch b/util/crossgcc/patches/binutils-2.25_fix-aarch64.patch
new file mode 100644
index 0000000..de6b9f2
--- /dev/null
+++ b/util/crossgcc/patches/binutils-2.25_fix-aarch64.patch
@@ -0,0 +1,14 @@
+Taken from https://sourceware.org/ml/binutils/2014-10/msg00099.html
+Authored by Andreas Schwab <schwab at linux-m68k.org>
+diff --git a/gold/configure.tgt b/gold/configure.tgt
+index 9a75070..59a681e 100644
+--- binutils-2.25/gold/configure.tgt
++++ binutils-2.25/gold/configure.tgt
+@@ -146,6 +146,7 @@ arm*-*-*)
+  ;;
+ aarch64*-*)
+  targ_obj=aarch64
++ targ_extra_obj=aarch64-reloc-property
+  targ_machine=EM_AARCH64
+  targ_size=64
+  targ_extra_size=32



More information about the coreboot-gerrit mailing list