summaryrefslogtreecommitdiff
path: root/ppc-amigaos/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-13 13:26:17 +0100
committerVincent Sanders <vince@kyllikki.org>2012-10-13 13:26:17 +0100
commitadc6275fc3c88af829cd711de43bbbecf19d8e83 (patch)
tree1cf433cd810507c77bb11400b232b5bf328e4c8d /ppc-amigaos/Makefile
parent34d80e4b1d699ad8b45c9c6f473953e8a993db27 (diff)
downloadtoolchains-adc6275fc3c88af829cd711de43bbbecf19d8e83.tar.gz
toolchains-adc6275fc3c88af829cd711de43bbbecf19d8e83.tar.bz2
fix gmp configure script to not break M$ for flex
Diffstat (limited to 'ppc-amigaos/Makefile')
-rw-r--r--ppc-amigaos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index ad4bf3d..04ccbbd 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -94,6 +94,7 @@ $(BUILDSTEPS)/ndk.d: $(SOURCESDIR)/$(UPSTREAM_NDK_TARBALL) $(SOURCESDIR)/$(UPSTR
###
$(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
+ for p in `ls $(RECIPES)/patches/gcc/*.p` ; do patch -d $(GCC_SRCDIR) -p0 <$$p ; done
touch $@
$(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)