mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Add support for sunos_big_vec to support 'make world's on Solaris
boxes.
This commit is contained in:
parent
eb0bd3c3d2
commit
c720912e54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58961
@ -1,22 +1,18 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
SRCS+= aout-sparcle.c \
|
||||
cf-sparclynx.c \
|
||||
coff-sparc.c \
|
||||
SRCS+= aout32.o \
|
||||
cpu-sparc.c \
|
||||
elf32-sparc.c \
|
||||
elf32-target.h \
|
||||
elf32.c \
|
||||
elflink.c \
|
||||
sparclinux.c \
|
||||
sparclynx.c \
|
||||
sparcnetbsd.c
|
||||
VECS+= bfd_elf32_sparc_vec
|
||||
sunos.c
|
||||
VECS+= bfd_elf32_sparc_vec sunos_big_vec
|
||||
.if ${TARGET_ARCH} == "sparc"
|
||||
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_sparc_vec
|
||||
.endif
|
||||
CFLAGS+= -DHAVE_elf32_sparc_vec
|
||||
CFLAGS+= -DHAVE_elf32_sparc_vec -DHAVE_sunos_big_vec
|
||||
CLEANFILES+= elf32-target.h
|
||||
|
||||
elf32-target.h: elfxx-target.h
|
||||
|
Loading…
Reference in New Issue
Block a user