summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-16 22:53:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-16 22:53:15 +0000
commitb0b09103ebf62303d9aa4756c4c96d99363fe054 (patch)
tree165589382e5181e4b9ba3d5001a8fb74e5983087
parentef2c362769b3ca064c357119e7cef0ab51842c19 (diff)
downloadtoolchains-b0b09103ebf62303d9aa4756c4c96d99363fe054.tar.gz
toolchains-b0b09103ebf62303d9aa4756c4c96d99363fe054.tar.bz2
Workaround for gcc requesting different autotools version
-rw-r--r--ppc-amigaos/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index 0cbd4a2..567764d 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -124,6 +124,10 @@ $(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 $(GCC_SRCDIR)/lto-plugin/aclocal.m4 $(GCC_SRCDIR)/lto-plugin/Makefile.in
+ touch $(GCC_SRCDIR)/zlib/aclocal.m4 $(GCC_SRCDIR)/zlib/Makefile.in
+ touch $(GCC_SRCDIR)/libbacktrace/aclocal.m4 $(GCC_SRCDIR)/libbacktrace/Makefile.in
+ touch $(GCC_SRCDIR)/libcc1/aclocal.m4 $(GCC_SRCDIR)/libcc1/Makefile.in
touch $@
$(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)