summaryrefslogtreecommitdiff
path: root/i686-w64-mingw32/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-15 16:22:30 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-15 16:22:30 +0100
commit80b51e851716e92eee32e7750ad0f05dba60b2c1 (patch)
treee44a8fcadd01e23176eec941f3c01acd010aa3b1 /i686-w64-mingw32/Makefile
parentc743a1968ffec8ca2b22f7cb5595cc36e1f3e018 (diff)
downloadtoolchains-80b51e851716e92eee32e7750ad0f05dba60b2c1.tar.gz
toolchains-80b51e851716e92eee32e7750ad0f05dba60b2c1.tar.bz2
apply part of upstream fix for inline redefinition
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ec1cc0263f156f70693a62cf17b254a0029f4852
Diffstat (limited to 'i686-w64-mingw32/Makefile')
-rw-r--r--i686-w64-mingw32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index 4a5a7e7..e3b6cfb 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -104,6 +104,7 @@ $(BUILDSTEPS)/mingw-srcdir.d: $(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL)
###
$(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
+ for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d $(GCC_SRCDIR)/gcc -p0 <$$p ; done
touch $@
$(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)