summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-04 11:24:32 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-06-04 11:24:32 (GMT)
commit4c683ccd24cb916199d855941c30b5edb016d9ec (patch)
treed517af86405abe42e34d80f4b20b099827581bc2 /Makefile
parent6a83c3c5d098200408dd907b711a442a20726801 (diff)
downloadgcc-compiler-suite-4c683ccd24cb916199d855941c30b5edb016d9ec.zip
gcc-compiler-suite-4c683ccd24cb916199d855941c30b5edb016d9ec.tar.gz
gcc-compiler-suite-4c683ccd24cb916199d855941c30b5edb016d9ec.tar.bz2
Updated to gcc 9.1.0 and binutils 2.32refs/changes/18/7718/1
Change-Id: I62f462e78d80b60c82716828d21d1e4e20a7a120
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9097bf..3c41155 100644
--- a/Makefile
+++ b/Makefile
@@ -159,8 +159,7 @@ prepare:
patch -p1 < $(PATCHES_DIR)/0004-Windows-Use-not-in-progpath-and-leave-case-as-is.patch && \
patch -p1 < $(PATCHES_DIR)/0006-Windows-New-feature-to-allow-overriding.patch && \
patch -p1 < $(PATCHES_DIR)/0008-Prettify-linking-no-undefined.patch && \
- patch -p1 < $(PATCHES_DIR)/0010-Fix-using-large-PCH.patch && \
- patch -p1 < $(PATCHES_DIR)/0014-clone_function_name_1-Retain-any-stdcall-suffix.patch
+ patch -p1 < $(PATCHES_DIR)/0010-Fix-using-large-PCH.patch
tar -zxf $(SOURCE_DIR)/gdb-$(VERSION_GDB).tar.gz -C $(UNPACK_DIR)/
cd $(UNPACK_DIR)/gdb-$(VERSION_GDB) && \
patch -p1 < $(PATCHES_DIR)/0004-Windows-Use-not-in-progpath-and-leave-case-as-is.patch