configure.in <lynxsos*>: Support for LynxOS on PPC.
configure: Regenerated.
This commit is contained in:
parent
012a21960a
commit
10a3b1a113
2 changed files with 392 additions and 199 deletions
10
configure.in
10
configure.in
|
@ -282,6 +282,15 @@ dnl see the `changequote' comment above.
|
|||
esac
|
||||
;;
|
||||
|
||||
## LynxOS ports
|
||||
*-*-lynxos* )
|
||||
opsys=lynxos
|
||||
case "${canonical}" in
|
||||
i[3456]86-*-lynxos*) machine=intel386 ;;
|
||||
powerpc-*-lynxos*) machine=powerpc ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
## Acorn RISCiX:
|
||||
arm-acorn-riscix1.1* )
|
||||
machine=acorn opsys=riscix1-1
|
||||
|
@ -1083,7 +1092,6 @@ dnl see the `changequote' comment above.
|
|||
*-darwin ) opsys=darwin
|
||||
CPP="${CC-cc} -E -no-cpp-precomp"
|
||||
;;
|
||||
*-lynxos* ) opsys=lynxos ;;
|
||||
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
|
||||
*-isc2.2* ) opsys=isc2-2 ;;
|
||||
*-isc4.0* ) opsys=isc4-0 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue