summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-09-09 19:20:27 +0000
committerRichard M. Stallman <rms@gnu.org>2002-09-09 19:20:27 +0000
commita28947f01ad350898e4cda6cff7dd4a3ebaa4eae (patch)
treeb895556c8c96e5eca631a948658b875de1bfcb22
parent21beb82f5b175a5b98d037c10e14e633017427f8 (diff)
downloademacs-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.in15
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 ;;