Temporarily add newer copy of tc-sparc.c to build to

support building of sun4v. This can be removed once
the binutils import happens.

Reviewed by: kan
Approved by: rwatson (mentor)
This commit is contained in:
Kip Macy 2006-10-09 04:52:14 +00:00
parent 25e328499c
commit 777552aef6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163147
2 changed files with 4658 additions and 1 deletions

View File

@ -25,7 +25,8 @@ SRCS+= tc-i386.c
.elif ${TARGET_ARCH} == "powerpc"
SRCS+= tc-ppc.c
.elif ${TARGET_ARCH} == "sparc64"
SRCS+= tc-sparc.c
# change back to tc-sparc.c when new binutils is imported
SRCS+= tc-sparc-fixed.c
.else
SRCS+= tc-${TARGET_ARCH}.c
.endif

File diff suppressed because it is too large Load Diff