summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-18 06:51:08 +0000
committerjb <jb@FreeBSD.org>1998-08-18 06:51:08 +0000
commit8182f2c07315bbc5403ded33993e4f7e821f9228 (patch)
tree223bac902a131a1833e3c86c8a949297d1140287
parent605f4cb33bb28225fcbe534bb74245be8ad29185 (diff)
downloadFreeBSD-src-8182f2c07315bbc5403ded33993e4f7e821f9228.zip
FreeBSD-src-8182f2c07315bbc5403ded33993e4f7e821f9228.tar.gz
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.
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc
index 9fd5eb0..f39564c 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
OpenPOWER on IntegriCloud