From e9b689215bfea8c765bb88d66094fc9d42e5240e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Feb 2016 15:51:40 +0000 Subject: Enable plugins for binutils otherwise iconv complains later --- ppc-amigaos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppc-amigaos') diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile index 53fba1f..1f07486 100644 --- a/ppc-amigaos/Makefile +++ b/ppc-amigaos/Makefile @@ -132,7 +132,7 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: $(BUILDSTEPS)/buildsteps.d $(SOURCESDIR # Build a 32bit binary until this gets fixed $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d mkdir -p $(BUILDDIR)/binutils - cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" $(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls + cd $(BUILDDIR)/binutils && CFLAGS="-m32" LDFLAGS="-m32" $(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins cd $(BUILDDIR)/binutils && make cd $(BUILDDIR)/binutils && make install touch $@ -- cgit v1.2.3