aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-8.1.0_bsd.patch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-01-25 15:51:28 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-26 13:33:32 +0000
commitb8c107c7b8a7b620e446dfd4ae74dac1bb4a5def (patch)
tree4907af25260d56421cd47e70024402360e8e4a4a /util/crossgcc/patches/gcc-8.1.0_bsd.patch
parentdacf083c2f72ab194e8462520800e11f42f089cf (diff)
util/crossgcc: Update to binutils 2.31.1 and gcc 8.2
Change-Id: Icf7c6bdd4021bf84cc295c819f93838248e0f4c7 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/31089 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc/patches/gcc-8.1.0_bsd.patch')
-rw-r--r--util/crossgcc/patches/gcc-8.1.0_bsd.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/crossgcc/patches/gcc-8.1.0_bsd.patch b/util/crossgcc/patches/gcc-8.1.0_bsd.patch
deleted file mode 100644
index 75b0b65772..0000000000
--- a/util/crossgcc/patches/gcc-8.1.0_bsd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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,";