summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile3
-rwxr-xr-xMakefile.323
-rw-r--r--versions.mk.inc6
3 files changed, 5 insertions, 7 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
diff --git a/Makefile.32 b/Makefile.32
index 57fa5e4..f6fedd9 100755
--- a/Makefile.32
+++ b/Makefile.32
@@ -160,8 +160,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
diff --git a/versions.mk.inc b/versions.mk.inc
index 68bba4f..4b2b3ac 100644
--- a/versions.mk.inc
+++ b/versions.mk.inc
@@ -1,7 +1,7 @@
-SUITE = 1.3.0
+SUITE = 1.4.0
-VERSION_BINUTILS = 2.31
-VERSION_GCC = 8.2.0
+VERSION_BINUTILS = 2.32
+VERSION_GCC = 9.1.0
VERSION_MINGW = 6.0.0
VERSION_GMP = 6.1.2
VERSION_MPC = 1.1.0