Recognize AIX 3.2 and make it the default for -aix.
This commit is contained in:
parent
9e6314a476
commit
05fa755b6f
1 changed files with 4 additions and 1 deletions
|
@ -447,7 +447,10 @@ case "${configuration}" in
|
|||
i386-ibm-aix1.2 )
|
||||
machine=ibmps2-aix opsys=usg5-3
|
||||
;;
|
||||
rs6000-ibm-aix* )
|
||||
rs6000-ibm-aix | rs6000-ibm-aix32* )
|
||||
machine=ibmrs6000 opsys=aix3-2
|
||||
;;
|
||||
rs6000-ibm-aix31* )
|
||||
machine=ibmrs6000 opsys=aix3-1
|
||||
;;
|
||||
romp-ibm-bsd* )
|
||||
|
|
Loading…
Add table
Reference in a new issue