Treat SunOS 4.1.4 like SunOS 4.1.3.
(Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
This commit is contained in:
parent
0b086efb1f
commit
30c7e3b3fe
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ case "${canonical}" in
|
|||
## The Sun386 didn't get past 4.0.
|
||||
i[345]86-*-sunos4 ) opsys=sunos4-0 ;;
|
||||
*-sunos4.0* ) opsys=sunos4-0 ;;
|
||||
*-sunos4.1.3* | *-sunos4shr* ) opsys=sunos4shr
|
||||
*-sunos4.1.[3-9]* | *-sunos4shr* ) opsys=sunos4shr
|
||||
NON_GNU_CPP=/usr/lib/cpp
|
||||
;;
|
||||
*-sunos4* | *-sunos ) opsys=sunos4-1
|
||||
|
|
Loading…
Add table
Reference in a new issue