From b8c107c7b8a7b620e446dfd4ae74dac1bb4a5def Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 25 Jan 2019 15:51:28 +0100 Subject: util/crossgcc: Update to binutils 2.31.1 and gcc 8.2 Change-Id: Icf7c6bdd4021bf84cc295c819f93838248e0f4c7 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/31089 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- util/crossgcc/patches/gcc-8.1.0_bsd.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 util/crossgcc/patches/gcc-8.1.0_bsd.patch (limited to 'util/crossgcc/patches/gcc-8.1.0_bsd.patch') 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,"; -- cgit v1.2.3