summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-04 21:13:50 +0000
committerjb <jb@FreeBSD.org>1998-05-04 21:13:50 +0000
commitb509eaa65e067ab3e2ce2c4d2c6207dd1e6000a3 (patch)
treea83e5f6d000ede5eb891523b639b6671a7ed1e05 /gnu
parente23f821a54d936951d0997a9948044b2967b00bf (diff)
downloadFreeBSD-src-b509eaa65e067ab3e2ce2c4d2c6207dd1e6000a3.zip
FreeBSD-src-b509eaa65e067ab3e2ce2c4d2c6207dd1e6000a3.tar.gz
Since the makefiles below binutils with the architecture extension
are now included according to the cross-architecture support required, default the BINDIR for i386 to /usr/libexec/elf here instead of in all the i386 specific makefiles. For all other architectures, BINDIR is just /usr/bin.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc
index e95f8eb..9fd5eb0 100644
--- a/gnu/usr.bin/binutils/Makefile.inc
+++ b/gnu/usr.bin/binutils/Makefile.inc
@@ -1,5 +1,9 @@
#
-# $Id$
+# $Id: Makefile.inc,v 1.1.1.1 1998/03/01 23:40:47 jdp Exp $
#
+.if ${MACHINE_ARCH} == "i386"
+BINDIR?= /usr/libexec/elf
+.else
BINDIR?= /usr/bin
+.endif
OpenPOWER on IntegriCloud