mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +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>
|
2017-11-01 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Use explicit
|
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Use explicit
|
||||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -608,7 +608,7 @@ EOF
|
|||||||
*:AIX:*:*)
|
*:AIX:*:*)
|
||||||
echo rs6000-ibm-aix
|
echo rs6000-ibm-aix
|
||||||
exit ;;
|
exit ;;
|
||||||
ibmrt:4.4BSD:*|romp-ibm:BSD:*)
|
ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
|
||||||
echo romp-ibm-bsd4.4
|
echo romp-ibm-bsd4.4
|
||||||
exit ;;
|
exit ;;
|
||||||
ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
|
ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user