Remove bignum-copy.c from SRCS=, as it no longer exists. Remove

tc-sparc-fixed.c entirely, since the fix has been integrated into
contrib/binutils/gas/config/tc-sparc.c by upstream.  Define TARGET_OS
in addition to the other TARGET_XXX defines.
This commit is contained in:
Dimitry Andric 2010-10-21 20:27:40 +00:00
parent 52eb44ceae
commit 1e35dff483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214177
2 changed files with 2 additions and 4659 deletions

View File

@ -15,7 +15,6 @@ SRCS+= app.c \
as.c \
atof-generic.c \
atof-ieee.c \
bignum-copy.c \
cond.c \
depend.c \
dw2gencfi.c \
@ -54,8 +53,7 @@ SRCS+= tc-i386.c
.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
SRCS+= tc-ppc.c
.elif ${TARGET_ARCH} == "sparc64"
# change back to tc-sparc.c when new binutils is imported
SRCS+= tc-sparc-fixed.c
SRCS+= tc-sparc.c
.else
SRCS+= tc-${TARGET_ARCH}.c
.endif
@ -69,6 +67,7 @@ CFLAGS+= -DDEFAULT_ARCH=\"${BINUTILS_ARCH}\"
CFLAGS+= -DTARGET_BYTES_BIG_ENDIAN=1
.endif
CFLAGS+= -DTARGET_CPU=\"${BINUTILS_ARCH}\"
CFLAGS+= -DTARGET_OS=\"${TARGET_OS}\"
CFLAGS+= -DTARGET_CANONICAL=\"${TARGET_TUPLE}\"
CFLAGS+= -DTARGET_ALIAS=\"${TARGET_TUPLE}\"
CFLAGS+= -DVERSION=\"${VERSION}\"

File diff suppressed because it is too large Load Diff