summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2020-05-19 21:42:42 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2020-05-19 21:42:42 (GMT)
commit48320542ec96600fb08b572216c96607ce1ebc4c (patch)
tree6dc85324b61f3a2c814d2ea73352547cab731611 /Makefile
parent7ce84e70e4212c7c0a8c94c8719ff8eefee02874 (diff)
downloadgcc-compiler-suite-48320542ec96600fb08b572216c96607ce1ebc4c.zip
gcc-compiler-suite-48320542ec96600fb08b572216c96607ce1ebc4c.tar.gz
gcc-compiler-suite-48320542ec96600fb08b572216c96607ce1ebc4c.tar.bz2
Updated to gcc 10.1.0 and patchesrefs/changes/36/11336/1
Change-Id: I253657a009f03489aced8dde0ee4ab213221c107
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4e76de..9a7c59d 100644
--- a/Makefile
+++ b/Makefile
@@ -160,7 +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)/0010-Fix-using-large-PCH.gcc10.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