mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
a14a0223ae
commit
bf5c062675
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue