diff options
| -rwxr-xr-x | config.sub | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config.sub b/config.sub index f4a52134b86..6fd3fe50f4b 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -501,7 +501,8 @@ case $os in | |||
| 501 | # First accept the basic system types. | 501 | # First accept the basic system types. |
| 502 | # The portable systems comes first. | 502 | # The portable systems comes first. |
| 503 | # Each alternative must end in a *, to match a version number. | 503 | # Each alternative must end in a *, to match a version number. |
| 504 | -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | 504 | # -sysv* is not here because it comes later, after sysvr4. |
| 505 | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | ||
| 505 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ | 506 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ |
| 506 | | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | 507 | | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ |
| 507 | | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | 508 | | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ |
| @@ -542,11 +543,14 @@ case $os in | |||
| 542 | -svr4) | 543 | -svr4) |
| 543 | os=-sysv4 | 544 | os=-sysv4 |
| 544 | ;; | 545 | ;; |
| 546 | -svr3) | ||
| 547 | os=-sysv3 | ||
| 548 | ;; | ||
| 545 | -sysvr4) | 549 | -sysvr4) |
| 546 | os=-sysv4 | 550 | os=-sysv4 |
| 547 | ;; | 551 | ;; |
| 548 | -svr3) | 552 | # This must come after -sysvr4. |
| 549 | os=-sysv3 | 553 | -sysv*) |
| 550 | ;; | 554 | ;; |
| 551 | -xenix) | 555 | -xenix) |
| 552 | os=-xenix | 556 | os=-xenix |