summaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-18 16:58:33 +0000
committerNick Clifton <nickc@redhat.com>2009-03-18 16:58:33 +0000
commit44346bb363a0cd307088c7b8fc70e968c702b6fc (patch)
treed9c69d401ab6ab496d81bb229854d6d6b60632f1 /bfd/Makefile.am
parentf5a8f47ee578214c641cdb8e2ef07dad4747be9a (diff)
downloadbinutils-redhat-44346bb363a0cd307088c7b8fc70e968c702b6fc.tar.gz
* Makefile.am (BFD32_BACKENDS): Remove elf32-score and
elf32-score7 files. (BFD32_BACKEND_CFILES): Likewise. (BFD64_BACKENDS): Add elf32-score and elf32-score7 files. (BFD64_BACKENDS_CFILES): Likewise. * Makefile.in: Regenerate. * config.bfd: More Score targets into BFD64 list. * configure.in: Move score vectors to 64-bit list. * targets.c: Likewise. * score-dis.c: Only compile when 64-bit bfds are enabled.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 62fae5ba57..c55450ea1c 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -288,8 +288,6 @@ BFD32_BACKENDS = \
elf32-pj.lo \
elf32-ppc.lo \
elf32-s390.lo \
- elf32-score.lo \
- elf32-score7.lo \
elf32-sh.lo \
elf32-sh-symbian.lo \
elf32-sh64.lo \
@@ -474,8 +472,6 @@ BFD32_BACKENDS_CFILES = \
elf32-sh64.c \
elf32-sh64-com.c \
elf32-s390.c \
- elf32-score.c \
- elf32-score7.c \
elf32-sh.c \
elf32-sh-symbian.c \
elfxx-sparc.c \
@@ -588,6 +584,8 @@ BFD64_BACKENDS = \
elfn32-mips.lo \
elf64-mips.lo \
elf64-mmix.lo \
+ elf32-score.lo \
+ elf32-score7.lo \
elf64-sh64.lo \
elf64-ppc.lo \
elf64-s390.lo \
@@ -623,6 +621,8 @@ BFD64_BACKENDS_CFILES = \
elf64-mmix.c \
elf64-ppc.c \
elf64-s390.c \
+ elf32-score.c \
+ elf32-score7.c \
elf64-sh64.c \
elf64-sparc.c \
elf64.c \