aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-09-19 20:54:31 +0000
committerSteve Chamberlain <steve@cygnus>1991-09-19 20:54:31 +0000
commitc430e8638d385b79149f9495bb8c8cbcb325ae46 (patch)
tree7659c1e8ed7be090bb3f5c9f9c585e7353a5e6ed /bfd
parent9dffe475b557197f4710bf5de819680e0e836ffb (diff)
downloadgdb-c430e8638d385b79149f9495bb8c8cbcb325ae46.zip
gdb-c430e8638d385b79149f9495bb8c8cbcb325ae46.tar.gz
gdb-c430e8638d385b79149f9495bb8c8cbcb325ae46.tar.bz2
*** empty log message ***
Diffstat (limited to 'bfd')
-rwxr-xr-xbfd/config.sub10
1 files changed, 8 insertions, 2 deletions
diff --git a/bfd/config.sub b/bfd/config.sub
index 805bb8b..3c11b5c 100755
--- a/bfd/config.sub
+++ b/bfd/config.sub
@@ -162,6 +162,12 @@ iris | iris4d)
vendor=sgi
os=irix # maybe?
;;
+
+dpx2)
+ vendor = bull
+ cpu = m68k
+ os = sysv
+ ;;
isi | isi68)
cpu=m68k
vendor=isi
@@ -388,7 +394,7 @@ case "${vendor}" in
cbm | convergent | convex | coff | cray | dec | encore |\
gould | intel | isi | hp | ibm | little | mips | motorola |\
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
- unicom | utek | wrs ) ;;
+ unicom | utek | wrs | bull ) ;;
# start-sanitize-v9
hal) ;;
@@ -404,7 +410,7 @@ esac
case "${os}" in
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
- | isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
+ | isc* | kern | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
| sym[1-9]* | unicos* | uts | svr4 | amigados)
;;