]> git.eshelyaron.com Git - emacs.git/commitdiff
(powerpcle-*-solaris2.5*): New configuration.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:20:27 +0000 (19:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:20:27 +0000 (19:20 +0000)
(powerpcle-*-solaris*): Use version 2.6 as default.
(*-sunos5.6*, *-solaris2.6*): New alternative.
(*-sunos5*): Use version 2.6 as default.

configure.in

index 815dbb22151a88305ad992dbc7a5f685da543a80..d634576297469b45b027cce413fdc15405e61e84 100644 (file)
@@ -797,11 +797,17 @@ case "${canonical}" in
   ;;
 
   ## PowerPC reference platform
-  powerpcle-*-solaris2* )
+  powerpcle-*-solaris2.5* )
     machine=prep
     opsys=sol2-5
   ;;
 
+  ## PowerPC reference platform
+  powerpcle-*-solaris2* )
+    machine=prep
+    opsys=sol2-6
+  ;;
+
   ## Pyramid machines
   ## I don't really have any idea what sort of processor the Pyramid has,
   ## so I'm assuming it is its own architecture.
@@ -941,8 +947,13 @@ case "${canonical}" in
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
+      *-sunos5.6* | *-solaris2.6* )
+               opsys=sol2-6
+               NON_GNU_CPP=/usr/ccs/lib/cpp
+               RANLIB="ar -ts"
+               ;;
       *-sunos5* | *-solaris* )
-               opsys=sol2-5
+               opsys=sol2-6
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
       *                          ) opsys=bsd4-2   ;;