mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
witch over to the new FreeBSD bfd vec and emulation
This commit is contained in:
parent
6551b26de7
commit
20109e1f9a
2 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
TARGET_TUPLE?= alpha-unknown-freebsd
|
||||
|
||||
.if ${TARGET_ARCH} == "alpha"
|
||||
NATIVE_EMULATION= elf64alpha
|
||||
NATIVE_EMULATION= elf64alpha_fbsd
|
||||
HOST= ${TARGET_TUPLE}
|
||||
CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
|
||||
CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha.c \
|
||||
SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha-fbsd.c \
|
||||
elf64-target.h elf64.c elflink.c
|
||||
VECS+= bfd_elf64_alpha_vec ecoffalpha_little_vec
|
||||
VECS+= bfd_elf64_alpha_freebsd_vec ecoffalpha_little_vec
|
||||
.if ${TARGET_ARCH} == "alpha"
|
||||
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf64_alpha_vec
|
||||
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf64_alpha_freebsd_vec
|
||||
.endif
|
||||
CFLAGS+= -DHAVE_bfd_elf64_alpha_vec
|
||||
CFLAGS+= -DHAVE_bfd_elf64_alpha_freebsd_vec
|
||||
CFLAGS+= -DHAVE_ecoffalpha_little_vec
|
||||
CLEANFILES+= elf64-target.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue