diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-22 10:34:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-22 10:34:30 +0000 |
commit | 9f971fcbd4130c20944418a2a6381d1dab6e5bbd (patch) | |
tree | 6445ad2010be1c347954cd75d974bd9a6058ee66 /bfd/config.bfd | |
parent | a9b7b1745d444e1332b844dbd6e1c3dab192bbe2 (diff) | |
download | binutils-9f971fcbd4130c20944418a2a6381d1dab6e5bbd.zip binutils-9f971fcbd4130c20944418a2a6381d1dab6e5bbd.tar.gz binutils-9f971fcbd4130c20944418a2a6381d1dab6e5bbd.tar.bz2 |
Remove special case handling for rtems targets that are sufficiently handled by
the default rtems targets.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 97ae09e..2fe741b 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -483,7 +483,7 @@ case "${targ}" in i[3-7]86-*-aix*) targ_defvec=i386coff_vec ;; - i[3-7]86-*-rtemself* | i[3-7]86-*-rtems*) + i[3-7]86-*-rtems*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386coff_vec i386aout_vec" ;; @@ -1298,11 +1298,11 @@ case "${targ}" in sparc*-*-coff*) targ_defvec=sparccoff_vec ;; - sparc*-*-rtems* | sparc*-*-rtemself*) + sparc*-*-rtems*) targ_defvec=bfd_elf32_sparc_vec targ_selvecs="sunos_big_vec sparccoff_vec" ;; - sparc*-*-* | sparc*-*-rtems*) + sparc*-*-*) targ_defvec=sunos_big_vec targ_underscore=yes ;; |