Merge in irix support.
authorStu Grossman <grossman@cygnus>
Fri, 30 Aug 1991 23:18:06 +0000 (23:18 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 30 Aug 1991 23:18:06 +0000 (23:18 +0000)
gdb/config.sub

index cd4d4afc6625457ce5ab9c87d37f70d8de213c40..170a44aba2ae49ab3ab8949468b9bb0b4db8b53d 100755 (executable)
@@ -70,7 +70,7 @@ merlin)
 iris | iris4d)
        cpu=mips
        vendor=sgi
-       os=sysv # maybe?
+       os=irix # maybe?
        ;;
 news1000)
        cpu=m68030
@@ -334,7 +334,7 @@ esac
 # verify that the os is known, if it exists.
 
 case "${os}" in
-aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* \
+aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
        | isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
        | sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks*)
        ;;