summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-11-07 05:56:04 +0000
committerjb <jb@FreeBSD.org>1999-11-07 05:56:04 +0000
commite8b385afd6b38211484eed02dbecc587c82b5f1b (patch)
treeb1cce59f5bfe990e3b3848a68afd265045b3b214 /gnu
parent15df13a7465249a366b6c4b0408487f8c03944fc (diff)
downloadFreeBSD-src-e8b385afd6b38211484eed02dbecc587c82b5f1b.zip
FreeBSD-src-e8b385afd6b38211484eed02dbecc587c82b5f1b.tar.gz
Replace freebsdelf with freebsd in BINDIR.
[ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied by Peter (one of the repo-men) ] Requested by: obrien
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/as_alpha/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/as_i386/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/m68k-freebsd/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile2
-rw-r--r--gnu/usr.bin/binutils/as/sparc-freebsd/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/as/as_alpha/Makefile b/gnu/usr.bin/binutils/as/as_alpha/Makefile
index 6874064..2c83e7f 100644
--- a/gnu/usr.bin/binutils/as/as_alpha/Makefile
+++ b/gnu/usr.bin/binutils/as/as_alpha/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/as_i386/Makefile b/gnu/usr.bin/binutils/as/as_i386/Makefile
index fb70ad7..412640a 100644
--- a/gnu/usr.bin/binutils/as/as_i386/Makefile
+++ b/gnu/usr.bin/binutils/as/as_i386/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/m68k-freebsd/Makefile b/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile
index 4e98e71..c809fff 100644
--- a/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile
@@ -6,7 +6,7 @@
PROG= as
NOMAN= 1
-BINDIR= /usr/libexec/cross/m68k-freebsdelf
+BINDIR= /usr/libexec/cross/m68k-freebsd
SRCS+= obj-elf.c tc-m68k.c m68k-parse.c
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile b/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile
index b782fc3..8770570 100644
--- a/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile
@@ -6,7 +6,7 @@
PROG= as
NOMAN= 1
-BINDIR= /usr/libexec/cross/powerpc-freebsdelf
+BINDIR= /usr/libexec/cross/powerpc-freebsd
SRCS+= obj-elf.c tc-ppc.c
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile b/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile
index b243493..d6ce629 100644
--- a/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile
+++ b/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile
@@ -7,7 +7,7 @@
PROG= as
.if ${MACHINE_ARCH} != "sparc"
NOMAN= 1
-BINDIR= /usr/libexec/cross/sparc-freebsdelf
+BINDIR= /usr/libexec/cross/sparc-freebsd
.endif
SRCS+= obj-elf.c tc-sparc.c
OpenPOWER on IntegriCloud