diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-08 02:43:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-08 02:43:49 +0000 |
commit | 1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502 (patch) | |
tree | 15a89635ff2a3a88a7b234ac53209644aa946b10 /make/binutils.mk | |
parent | 2646751bd28c9c7799b695b88dffb26d0f44d25e (diff) | |
download | buildroot-novena-1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502.tar.gz buildroot-novena-1ffc9aa94a0ec9e9d9c5b4fa22365af16d354502.zip |
Minor cleanup, remove some unnecessary stuff
Diffstat (limited to 'make/binutils.mk')
-rw-r--r-- | make/binutils.mk | 9 |
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 |