summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <jck@gmx.org>2019-07-14 21:03:26 (GMT)
committerJoerg Koenig <jck@gmx.org>2019-07-14 21:03:26 (GMT)
commit6f1eba855af00e0f2ef39c0a6a1fdd38d2d8b6a0 (patch)
tree2d2f87573d61f53334033648b9cabd9fb900ad0c /Makefile
parent1e761bb0e127dd082236b6ba453790bbefed4128 (diff)
downloadgcc-compiler-suite-6f1eba855af00e0f2ef39c0a6a1fdd38d2d8b6a0.zip
gcc-compiler-suite-6f1eba855af00e0f2ef39c0a6a1fdd38d2d8b6a0.tar.gz
gcc-compiler-suite-6f1eba855af00e0f2ef39c0a6a1fdd38d2d8b6a0.tar.bz2
Patch already in official sources Resolves: :jira:<issue> See also: :jira:<issue> Change-Id: I37ff3172d166955e7d2cbe6244da69d75eb4e1ae
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 468e479..4ef411b 100644
--- a/Makefile
+++ b/Makefile
@@ -160,9 +160,6 @@ prepare:
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 from https://patchwork.ozlabs.org/patch/1009009/
- cd $(UNPACK_DIR)/gcc-$(VERSION_GCC) && \
- patch -p1 < $(PATCHES_DIR)/0020-gcc-9-deprecated-copy_false_positives.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