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.
This commit is contained in:
John Birrell 1998-08-18 06:51:08 +00:00
parent 1874ef935c
commit 89ef33c09f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38419

View File

@ -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