summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-11-07 08:07:02 +0000
committerjb <jb@FreeBSD.org>1999-11-07 08:07:02 +0000
commitca5c8e5ca1561f9d40bb79343a95e8fe963a1202 (patch)
treec984625be0213288ba0acb9ee072410d3c168b05
parentbbbec404e2feefa9458007c55164a427ac7db249 (diff)
downloadFreeBSD-src-ca5c8e5ca1561f9d40bb79343a95e8fe963a1202.zip
FreeBSD-src-ca5c8e5ca1561f9d40bb79343a95e8fe963a1202.tar.gz
Replace freebsdelf with freebsd in BINDIR
Requested by: obrien
-rw-r--r--gnu/usr.bin/binutils/as/alpha-freebsd/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/i386-freebsd/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/mips-freebsd/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
index 6874064..2c83e7f 100644
--- a/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile
@@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "alpha"
NOMAN= 1
-BINDIR= /usr/libexec/cross/alpha-freebsdelf
+BINDIR= /usr/libexec/cross/alpha-freebsd
.endif
SRCS+= obj-elf.c tc-alpha.c
diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
index fb70ad7..412640a 100644
--- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile
@@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "i386"
NOMAN= 1
-BINDIR= /usr/libexec/cross/i386-freebsdelf
+BINDIR= /usr/libexec/cross/i386-freebsd
.endif
SRCS+= obj-elf.c tc-i386.c
diff --git a/gnu/usr.bin/binutils/as/mips-freebsd/Makefile b/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
index ec7419f..7f67166 100644
--- a/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/mips-freebsd/Makefile
@@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
NOMAN= 1
-BINDIR= /usr/libexec/cross/mips-freebsdelf
+BINDIR= /usr/libexec/cross/mips-freebsd
.endif
.if ${MACHINE_ARCH} == "mipsel"
CFLAGS+= -DTARGET_BYTES_BIG_ENDIAN=0
OpenPOWER on IntegriCloud