use sysv config for solaris2 hosting
authorDavid D. Zuhn <zoo@cygnus>
Mon, 12 Oct 1992 02:10:51 +0000 (02:10 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 12 Oct 1992 02:10:51 +0000 (02:10 +0000)
gas/ChangeLog
gas/configure.in

index 6354e04..5deaf14 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct 10 12:33:45 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4
+       hosts, use the sysv configuration for solaris2
+
 Mon Oct  5 03:30:36 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
 
        * configure.in: recognize i386-*-bsd emulation.
index 5fd29a7..f406a37 100644 (file)
@@ -52,9 +52,12 @@ case "${host}" in
   i386-sun-sunos*)
     gas_host=sun386  
     ;;
-  sparc-sun-*)
+  sparc-sun-sunos*)
     gas_host=sun4 
     ;;
+  sparc-sun-solaris2)
+    gas_host=sysv
+    ;;
   *-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*)
     gas_host=${host_os} 
     ;;