mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-13 22:53:41 +12:00
* config.guess (romp-ibm:4.4BSD:*): Correct pattern so that it
does not match romp-ibm:BSD:* in the immediately following case.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2017-11-01 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (romp-ibm:4.4BSD:*): Correct pattern so that it
|
||||
does not match romp-ibm:BSD:* in the immediately following case.
|
||||
|
||||
2017-11-01 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Use explicit
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -608,7 +608,7 @@ EOF
|
||||
*:AIX:*:*)
|
||||
echo rs6000-ibm-aix
|
||||
exit ;;
|
||||
ibmrt:4.4BSD:*|romp-ibm:BSD:*)
|
||||
ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
|
||||
echo romp-ibm-bsd4.4
|
||||
exit ;;
|
||||
ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
|
||||
|
Reference in New Issue
Block a user