diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2018-05-02 17:13:34 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-06-28 13:38:13 +0000 |
commit | b1d26f0e9261ec4070e8561406853fe5bddeb27c (patch) | |
tree | 7c175eeae95536bb8e46963a2fcecc326edf1379 /util/crossgcc/patches/gcc-6.3.0_no-p-var.patch | |
parent | 1ce225b5a39d81e49f04497ce23ebb672b57eb6a (diff) |
util/crossgcc: update to gcc 8.1.0 and binutils 2.30
Also update patches as necessary.
Change-Id: I1e8074954d5d7a4eff590abb7439e9be7d3762aa
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/25997
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/patches/gcc-6.3.0_no-p-var.patch')
-rw-r--r-- | util/crossgcc/patches/gcc-6.3.0_no-p-var.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/util/crossgcc/patches/gcc-6.3.0_no-p-var.patch b/util/crossgcc/patches/gcc-6.3.0_no-p-var.patch deleted file mode 100644 index 0600a66cd1..0000000000 --- a/util/crossgcc/patches/gcc-6.3.0_no-p-var.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gcc-6.3.0/gcc/ada/gcc-interface/Makefile.in.orig 2017-07-17 12:52:05.541815635 +0200 -+++ gcc-6.3.0/gcc/ada/gcc-interface/Makefile.in 2017-07-17 12:52:18.693764268 +0200 -@@ -2637,10 +2637,10 @@ - # stamp target in the parent directory whenever gnat1 is rebuilt - - # Likewise for the tools --../../gnatmake$(exeext): $(P) b_gnatm.o $(GNATMAKE_OBJS) -+../../gnatmake$(exeext): b_gnatm.o $(GNATMAKE_OBJS) - +$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatm.o $(GNATMAKE_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS) - --../../gnatlink$(exeext): $(P) b_gnatl.o $(GNATLINK_OBJS) -+../../gnatlink$(exeext): b_gnatl.o $(GNATLINK_OBJS) - +$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatl.o $(GNATLINK_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS) - - ../stamp-gnatlib-$(RTSDIR): |