mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(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.
This commit is contained in:
parent
21beb82f5b
commit
a28947f01a
1 changed files with 13 additions and 2 deletions
15
configure.in
15
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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue