From 489930b27634e9a45f01c31b09b515ab1be9096c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 23 Jan 2018 22:43:11 +0000 Subject: Delete gcc-ranlib as libtool tries to use it and it doesn't work libtool uses ranlib without --plugin if this doesn't exist --- m68k-unknown-amigaos/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'm68k-unknown-amigaos/Makefile') diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile index 48e7975..002dc8d 100644 --- a/m68k-unknown-amigaos/Makefile +++ b/m68k-unknown-amigaos/Makefile @@ -148,6 +148,7 @@ $(BUILDSTEPS)/bootstrap-compiler.d: $(BUILDSTEPS)/bison.d $(BUILDSTEPS)/srcdir-s --without-headers cd $(BUILDDIR) && $(GCC_ENV_PARAMS) make all-gcc cd $(BUILDDIR) && $(GCC_ENV_PARAMS) make install-gcc + rm $(PREFIX)/bin/$(TARGET_NAME)-gcc-ranlib touch $@ ### -- cgit v1.2.3