[coreboot-gerrit] Change in coreboot[master]: util/crossgcc: Add GCC 8.1 patch for missing backslash

Martin Roth (Code Review) gerrit at coreboot.org
Mon Aug 27 15:13:39 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/28362


Change subject: util/crossgcc: Add GCC 8.1 patch for missing backslash
......................................................................

util/crossgcc: Add GCC 8.1 patch for missing backslash

When building the toolchain under BSDs, this missing backslash is
needed.

Change-Id: I40b0adaa73b241713493fd74f24c93f85e7aabbe
Signed-off-by: Martin Roth <martinr at coreboot.org>
---
A util/crossgcc/patches/gcc-8.1.0_bsd.patch
1 file changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/28362/1

diff --git a/util/crossgcc/patches/gcc-8.1.0_bsd.patch b/util/crossgcc/patches/gcc-8.1.0_bsd.patch
new file mode 100644
index 0000000..75b0b65
--- /dev/null
+++ b/util/crossgcc/patches/gcc-8.1.0_bsd.patch
@@ -0,0 +1,12 @@
+diff -Naur gcc-8.1.0/gcc/ada/link.c gcc-8.1.0_/gcc/ada/link.c
+--- gcc-8.1.0/gcc/ada/link.c	2018-01-11 01:55:25.000000000 -0700
++++ gcc-8.1.0_/gcc/ada/link.c	2018-08-25 20:47:29.274166706 -0600
+@@ -104,7 +104,7 @@
+ const char *__gnat_default_libgcc_subdir = "lib";
+ 
+ #elif defined (__FreeBSD__) || defined (__DragonFly__) \
+-   || defined (__NetBSD__) || defined (__OpenBSD__)
++   || defined (__NetBSD__) || defined (__OpenBSD__) \
+    || defined (__QNX__)
+ const char *__gnat_object_file_option = "-Wl,@";
+ const char *__gnat_run_path_option = "-Wl,-rpath,";

-- 
To view, visit https://review.coreboot.org/28362
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40b0adaa73b241713493fd74f24c93f85e7aabbe
Gerrit-Change-Number: 28362
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180827/12e9ce93/attachment-0001.html>


More information about the coreboot-gerrit mailing list