(*-*-bsdi*): New alternative.
(i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
This commit is contained in:
parent
d64b1d967b
commit
2c4f7ce722
1 changed files with 16 additions and 3 deletions
19
configure.in
19
configure.in
|
@ -177,6 +177,22 @@ case "${canonical}" in
|
|||
machine=acorn opsys=riscix12
|
||||
;;
|
||||
|
||||
## BSDI ports
|
||||
*-*-bsdi* )
|
||||
opsys=bsdi
|
||||
case "${canonical}" in
|
||||
i[345]86-*-bsdi*) machine=intel386 ;;
|
||||
sparc-*-bsdi*) machine=sparc ;;
|
||||
powerpc-*-bsdi*) machine=powerpc ;;
|
||||
esac
|
||||
case "${canonical}" in
|
||||
*-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;;
|
||||
*-*-bsdi2.0* ) opsys=bsdos2 ;;
|
||||
*-*-bsdi2* ) opsys=bsdos2-1 ;;
|
||||
*-*-bsdi3* ) opsys=bsdos3 ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
## Alliant machines
|
||||
## Strictly speaking, we need the version of the alliant operating
|
||||
## system to choose the right machine file, but currently the
|
||||
|
@ -895,9 +911,6 @@ case "${canonical}" in
|
|||
# /lib/cpp does not accept it.
|
||||
OVERRIDE_CPPFLAGS=" "
|
||||
;;
|
||||
*-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
|
||||
*-bsdi2.0* ) opsys=bsdos2 ;;
|
||||
*-bsdi2* ) opsys=bsdos2-1 ;;
|
||||
*-386bsd* ) opsys=386bsd ;;
|
||||
*-freebsd* ) opsys=freebsd ;;
|
||||
*-nextstep* ) opsys=nextstep ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue