aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.host
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-14 21:35:54 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-14 21:35:54 +0000
commit1fb83be62b5f5a9003124a42c276b9821f58dce1 (patch)
treebef9114abac1f77ee395fdc27fa6f03d0deffbf0 /bfd/configure.host
parent8e3ff8235415e2ae6bb56e21b020ac585616993a (diff)
downloadgdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.zip
gdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.tar.gz
gdb-1fb83be62b5f5a9003124a42c276b9821f58dce1.tar.bz2
NS32K changes from Ian Dall.
Note: Some of the ns32k-specific files do require gcc to compile at present. This will be fixed.
Diffstat (limited to 'bfd/configure.host')
-rw-r--r--bfd/configure.host10
1 files changed, 7 insertions, 3 deletions
diff --git a/bfd/configure.host b/bfd/configure.host
index ce58347..4ff421e 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -37,7 +37,7 @@ i[34]86-*-sysv4*) my_host=i386v4 ;;
i[34]86-*-sysv*) my_host=i386v ;;
i[34]86-*-solaris*) my_host=i386v ;;
i[34]86-*-sco*) my_host=i386sco ;;
-i[34]86-*-mach*) my_host=i386mach3 ;;
+i[34]86-*-mach3*) my_host=i386mach3 ;;
i[34]86-*-osf1mk*) my_host=i386osf1mk ;;
i[34]86-*-msdos*) my_host=dose ;;
i[34]86-*-linux*) my_host=i386linux ;;
@@ -48,10 +48,13 @@ i[34]86-*-aix*) my_host=i386aix ;;
i860-*-*) my_host=stratus ;;
mips-dec-bsd*) my_host=mipsbsd ;;
+mips-dec-mach3*) my_host=mipsmach3 ;;
mips-dec-*) my_host=decstation ;;
mips-sgi-irix3*) my_host=irix3 ;;
mips-sgi-irix4*) my_host=irix4 ;;
mips-sgi-irix5*) my_host=irix5 ;;
+mips-*-mach3*) my_host=mipsmach3 ;;
+mips-*-sysv4*) my_host=sysv4 ;;
mips-*-sysv*) my_host=riscos ;;
mips-*-riscos*) my_host=riscos ;;
mips-sony-bsd*) my_host=news-mips ;;
@@ -73,9 +76,10 @@ m88*-*-sysv4*) my_host=delta88v4 ;;
m88*-motorola-sysv*) my_host=delta88 ;;
m88*-harris-*) my_host=harris ;;
m88*-*-dgux*) my_host=dgux ;;
+m88*-*-mach3*) my_host=m88kmach3 ;;
-# Apparently the same config file as for 386 works.
-ns32k-*-mach*) my_host=i386mach3 ;;
+ns32k-pc532-mach) my_host=pc532mach ;;
+ns32k-pc532-netbsd*) my_host=pc532mach ;;
romp-*-*) my_host=rtbsd ;;