summaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-06-18 21:10:55 +0000
committerDave Brolley <brolley@redhat.com>2002-06-18 21:10:55 +0000
commit619d08f24b426bf6f8d8f7496df358c042d81106 (patch)
tree311b0179baba043f0dd472a56a6a915209be5e4e /bfd/configure
parent9db2ffb48cfc6b77c412d4e6ee25101ec34145d5 (diff)
downloadgdb-619d08f24b426bf6f8d8f7496df358c042d81106.tar.gz
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Dave Brolley: * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c * targets.c: Support bfd_elf32_frv_vec. * reloc.c: Add FRV relocs. * configure.in: Add support for bfd-elf32-frv-vec. * config.bfd (targ_cpu): Add support for frv-*-elf. * archures.c: Add frv arch and machines. * Makefile.am (ALL_MACHINES): Add cpu-frv.lo. (ALL_MACHINES_CFILES): Add cpu-frv.c. (BFD32_BACKENDS): Add elf32-frv.lo. (BFD32_BACKENDS_CFILES): Add elf32-frv.c (cpu-frv.lo): New target. (elf32-frv.lo): New target. * cpu-frv.c: New file. * elf32-frv.c: New file.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure
index 626f56b580b..172290bb4d8 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -6068,6 +6068,7 @@ do
bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
+ bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;