summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran@bingham.xyz>2016-02-23 13:20:38 +0000
committerKieran Bingham <kieran@bingham.xyz>2016-02-23 13:21:23 +0000
commitfba154005e18aa069a231ae1e4e0528e42ac3d28 (patch)
tree8a08ae16a40eb33c137d2a6f912b3c3d28e2f129
parent5cf498fda59a1f8a5ac0895648a3457f8b2ad329 (diff)
packages/binutils: Stop forcing a 32-bit build
-rw-r--r--build-common/packages/binutils-gdb1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-common/packages/binutils-gdb b/build-common/packages/binutils-gdb
index 8d091b7..3a29861 100644
--- a/build-common/packages/binutils-gdb
+++ b/build-common/packages/binutils-gdb
@@ -29,7 +29,6 @@ binutils-gdb-configure-help: | $(BINUTILS_SRC) $(BINUTILS_BUILD) $(BINUTILS_SRC)
binutils-gdb-configure $(BINUTILS_BUILD)/Makefile: | $(BINUTILS_SRC) $(BINUTILS_BUILD) $(BINUTILS_SRC)/configure
cd $(BINUTILS_BUILD) && \
- CC="gcc -m32" \
$(BINUTILS_SRC)/configure \
--prefix=/usr \
--target=$(ARCH)-linux \