aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1995-02-27 20:59:54 +0000
committerKung Hsu <kung@cygnus>1995-02-27 20:59:54 +0000
commit490d89a7875b947ff0aea6fd3233f28d0bd420a8 (patch)
tree50da3e8cc0b479e5d6cb5f174d456e3df3ec3583 /bfd/config.bfd
parent9ce13cfcfbda6fc820c78b56279b707813eac144 (diff)
downloadgdb-490d89a7875b947ff0aea6fd3233f28d0bd420a8.zip
gdb-490d89a7875b947ff0aea6fd3233f28d0bd420a8.tar.gz
gdb-490d89a7875b947ff0aea6fd3233f28d0bd420a8.tar.bz2
* config.bfd: add a29k-*-vxworks configuration.
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-xbfd/config.bfd3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 0bc2111..fb3437e 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -34,6 +34,7 @@ case "${canon}" in
a29k-*-aout*) bfd_name=a29k-aout strip_underscore=yes ;;
a29k-*-coff*) bfd_name=a29k-coff strip_underscore=yes ;;
a29k-*-sym1*) bfd_name=a29k-coff strip_underscore=yes ;;
+ a29k-*-vxworks*) bfd_name=a29k-coff strip_underscore=yes ;;
h8300*-*-*) bfd_name=h8300-coff strip_underscore=yes ;;
h8500-*-*) bfd_name=h8500-coff strip_underscore=yes ;;
sh-*-*) bfd_name=sh-coff strip_underscore=yes ;;
@@ -65,6 +66,7 @@ case "${canon}" in
i[345]86-*-mach*) bfd_name=i386-mach3 strip_underscore=yes ;;
i[345]86-*-osf1mk*) bfd_name=i386-mach3 strip_underscore=yes ;;
i[345]86-*-os9k) bfd_name=i386-os9k ;;
+ i[345]86-*-msdos) bfd_name=i386-msdos ;;
i[345]86-none-*) bfd_name=i386-coff ;;
i960-*-vxworks4*) bfd_name=i960-bout strip_underscore=yes ;;
i960-*-vxworks5.0) bfd_name=i960-bout strip_underscore=yes ;;
@@ -77,6 +79,7 @@ case "${canon}" in
m68*-apollo-*) bfd_name=apollo ;;
m68*-bull-sysv*) bfd_name=u68k-coff ;;
m68*-hp-bsd*) bfd_name=hp300bsd strip_underscore=yes ;;
+ m68*-est-coff) bfd_name=m68k-coff ;;
m68*-*-aout*) bfd_name=m68k-0aout strip_underscore=yes ;;
m68*-*-coff*) bfd_name=m68k-coff ;;
m68*-*-hpux*) bfd_name=hp300hpux strip_underscore=yes ;;