From: Richard M. Stallman Date: Mon, 9 Sep 2002 19:20:27 +0000 (+0000) Subject: (powerpcle-*-solaris2.5*): New configuration. X-Git-Tag: ttn-vms-21-2-B4~13311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a28947f01ad350898e4cda6cff7dd4a3ebaa4eae;p=emacs.git (powerpcle-*-solaris2.5*): New configuration. (powerpcle-*-solaris*): Use version 2.6 as default. (*-sunos5.6*, *-solaris2.6*): New alternative. (*-sunos5*): Use version 2.6 as default. --- diff --git a/configure.in b/configure.in index 815dbb22151..d6345762974 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;