diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:20:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:20:27 +0000 |
commit | a28947f01ad350898e4cda6cff7dd4a3ebaa4eae (patch) | |
tree | b895556c8c96e5eca631a948658b875de1bfcb22 | |
parent | 21beb82f5b175a5b98d037c10e14e633017427f8 (diff) | |
download | emacs-a28947f01ad350898e4cda6cff7dd4a3ebaa4eae.tar.gz |
(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.
-rw-r--r-- | configure.in | 15 |
1 files changed, 13 insertions, 2 deletions
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 ;; |