summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-08 02:43:49 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-08 02:43:49 +0000
commit1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502 (patch)
tree15a89635ff2a3a88a7b234ac53209644aa946b10 /make
parent2646751bd28c9c7799b695b88dffb26d0f44d25e (diff)
downloadbuildroot-novena-1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502.tar.gz
buildroot-novena-1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502.zip
Minor cleanup, remove some unnecessary stuff
Diffstat (limited to 'make')
-rw-r--r--make/binutils.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/binutils.mk b/make/binutils.mk
index d7daeea98..f09194709 100644
--- a/make/binutils.mk
+++ b/make/binutils.mk
@@ -143,18 +143,9 @@ $(BINUTILS_DIR2)/.configured: $(BINUTILS_DIR)/.patched
--host=$(GNU_TARGET_NAME) \
--build=$(ARCH)-linux \
--prefix=/usr \
- --exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --datadir=/usr/share \
- --libdir=/usr/lib \
- --localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
$(MULTILIB) \
- --program-prefix="" \
);
touch $(BINUTILS_DIR2)/.configured