mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +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:
parent
57406ae8e6
commit
e1e709f4a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user