From 89ef33c09f30c59ac44ac03a8fe41ee2dec609a1 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Tue, 18 Aug 1998 06:51:08 +0000 Subject: Install binutils tools in /usr/libexec/elf like on i386 so that objformat can be used to select them. The purpose of this is not necessarily to allow another host format, but to allow us to use the objformat trickery for cross compilation. --- gnu/usr.bin/binutils/Makefile.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnu/usr.bin/binutils') diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc index 9fd5eb0fca63..f39564c8d525 100644 --- a/gnu/usr.bin/binutils/Makefile.inc +++ b/gnu/usr.bin/binutils/Makefile.inc @@ -1,9 +1,5 @@ # -# $Id: Makefile.inc,v 1.1.1.1 1998/03/01 23:40:47 jdp Exp $ +# $Id: Makefile.inc,v 1.2 1998/05/04 21:13:50 jb Exp $ # -.if ${MACHINE_ARCH} == "i386" BINDIR?= /usr/libexec/elf -.else -BINDIR?= /usr/bin -.endif -- cgit v1.3