summaryrefslogtreecommitdiff
path: root/ppc-amigaos
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 15:52:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 15:52:21 +0000
commit1bf224217d78acd0a599838a8e75d46c46361ff2 (patch)
tree9429734c4fb1938a66828ee8832bbc7e7f664938 /ppc-amigaos
parente9b689215bfea8c765bb88d66094fc9d42e5240e (diff)
downloadtoolchains-1bf224217d78acd0a599838a8e75d46c46361ff2.tar.gz
toolchains-1bf224217d78acd0a599838a8e75d46c46361ff2.tar.bz2
My manual test build worked in 64-bit, so disable forced 32-bit binary
Diffstat (limited to 'ppc-amigaos')
-rw-r--r--ppc-amigaos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index 1f07486..e640f7b 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 --enable-plugins
+ cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins
cd $(BUILDDIR)/binutils && make
cd $(BUILDDIR)/binutils && make install
touch $@