diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:01:34 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:01:34 (GMT) |
commit | bccb65d0f2bb762686758a256d90a1837c555955 (patch) | |
tree | d04b9ad990465bc9a77f3fffd0d27733e2485782 /Makefile | |
parent | 1db0f444c680368c35b957097908afa6949a1652 (diff) | |
download | gcc-compiler-suite-bccb65d0f2bb762686758a256d90a1837c555955.zip gcc-compiler-suite-bccb65d0f2bb762686758a256d90a1837c555955.tar.gz gcc-compiler-suite-bccb65d0f2bb762686758a256d90a1837c555955.tar.bz2 |
Ignore patch 3refs/changes/01/7701/1
Change-Id: I65892dad496aa61a581ce5014210f3bb4b16a4e2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -156,7 +156,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 && \ |