summaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-12-23 17:43:21 +1030
committerAlan Modra <amodra@gmail.com>2023-01-02 14:03:22 +1030
commit3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e (patch)
tree63a1b394aac8e6785ce103500e119fb2fcc19830 /bfd/Makefile.am
parente2a3b3256f5c9da1f9731d24d3d32da6c9719b99 (diff)
downloadbinutils-gdb-3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e.tar.gz
obsolete target tidy
Delete a few files only used for obsolete targets, and tidy config, xfails and other pieces of support specific to those targets. And since I was editing target triplets in test files, fix the nm alpha-linuxecoff fails.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index e1692e7f8aa..75d21db88d1 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -633,7 +633,6 @@ BFD64_BACKENDS_CFILES = \
vms-alpha.c
OPTIONAL_BACKENDS = \
- aix386-core.lo \
cisco-core.lo \
hpux-core.lo \
irix-core.lo \
@@ -641,11 +640,9 @@ OPTIONAL_BACKENDS = \
netbsd-core.lo \
osf-core.lo \
rs6000-core.lo \
- sco5-core.lo \
trad-core.lo
OPTIONAL_BACKENDS_CFILES = \
- aix386-core.c \
cisco-core.c \
hpux-core.c \
irix-core.c \
@@ -653,7 +650,6 @@ OPTIONAL_BACKENDS_CFILES = \
netbsd-core.c \
osf-core.c \
rs6000-core.c \
- sco5-core.c \
trad-core.c
# Reconfigure if config.bfd or configure.host changes.