diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-04 11:24:32 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-04 11:24:32 (GMT) |
commit | 4c683ccd24cb916199d855941c30b5edb016d9ec (patch) | |
tree | d517af86405abe42e34d80f4b20b099827581bc2 /Makefile.32 | |
parent | 6a83c3c5d098200408dd907b711a442a20726801 (diff) | |
download | gcc-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.32')
-rwxr-xr-x | Makefile.32 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |