diff options
-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 && \ |