<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28362">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/crossgcc: Add GCC 8.1 patch for missing backslash<br><br>When building the toolchain under BSDs, this missing backslash is<br>needed.<br><br>Change-Id: I40b0adaa73b241713493fd74f24c93f85e7aabbe<br>Signed-off-by: Martin Roth <martinr@coreboot.org><br>---<br>A util/crossgcc/patches/gcc-8.1.0_bsd.patch<br>1 file changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/28362/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/crossgcc/patches/gcc-8.1.0_bsd.patch b/util/crossgcc/patches/gcc-8.1.0_bsd.patch</span><br><span>new file mode 100644</span><br><span>index 0000000..75b0b65</span><br><span>--- /dev/null</span><br><span>+++ b/util/crossgcc/patches/gcc-8.1.0_bsd.patch</span><br><span>@@ -0,0 +1,12 @@</span><br><span style="color: hsl(120, 100%, 40%);">+diff -Naur gcc-8.1.0/gcc/ada/link.c gcc-8.1.0_/gcc/ada/link.c</span><br><span style="color: hsl(120, 100%, 40%);">+--- gcc-8.1.0/gcc/ada/link.c    2018-01-11 01:55:25.000000000 -0700</span><br><span>++++ gcc-8.1.0_/gcc/ada/link.c    2018-08-25 20:47:29.274166706 -0600</span><br><span style="color: hsl(120, 100%, 40%);">+@@ -104,7 +104,7 @@</span><br><span style="color: hsl(120, 100%, 40%);">+ const char *__gnat_default_libgcc_subdir = "lib";</span><br><span style="color: hsl(120, 100%, 40%);">+ </span><br><span style="color: hsl(120, 100%, 40%);">+ #elif defined (__FreeBSD__) || defined (__DragonFly__) \</span><br><span style="color: hsl(120, 100%, 40%);">+-   || defined (__NetBSD__) || defined (__OpenBSD__)</span><br><span style="color: hsl(120, 100%, 40%);">++   || defined (__NetBSD__) || defined (__OpenBSD__) \</span><br><span style="color: hsl(120, 100%, 40%);">+    || defined (__QNX__)</span><br><span style="color: hsl(120, 100%, 40%);">+ const char *__gnat_object_file_option = "-Wl,@";</span><br><span style="color: hsl(120, 100%, 40%);">+ const char *__gnat_run_path_option = "-Wl,-rpath,";</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28362">change 28362</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28362"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I40b0adaa73b241713493fd74f24c93f85e7aabbe </div>
<div style="display:none"> Gerrit-Change-Number: 28362 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>