diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:02:44 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:02:44 (GMT) |
commit | 6a83c3c5d098200408dd907b711a442a20726801 (patch) | |
tree | b6c07fbcbb299a3421e9d278171fe0927dec26de /Makefile.32 | |
parent | bccb65d0f2bb762686758a256d90a1837c555955 (diff) | |
download | gcc-compiler-suite-6a83c3c5d098200408dd907b711a442a20726801.zip gcc-compiler-suite-6a83c3c5d098200408dd907b711a442a20726801.tar.gz gcc-compiler-suite-6a83c3c5d098200408dd907b711a442a20726801.tar.bz2 |
Ignore patch 3REL_1_3_0_0REL_1_3_0_0refs/changes/02/7702/1
Change-Id: I6d47c23889334d46fe426ed2d72e6747f786c8cf
Diffstat (limited to 'Makefile.32')
-rwxr-xr-x | Makefile.32 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.32 b/Makefile.32 index 0d1a3d9..57fa5e4 100755 --- a/Makefile.32 +++ b/Makefile.32 @@ -157,7 +157,6 @@ prepare: # Patches from https://gcc-mcf.lhmouse.com/ ... cd $(UNPACK_DIR)/gcc-$(VERSION_GCC) && \ patch -p1 < $(PATCHES_DIR)/0002-Relocate-libintl.patch && \ - patch -p1 < $(PATCHES_DIR)/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch && \ 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 && \ |