* config.guess (i*86:SYSTEM_V:4.*:*): Remove pattern as this is

already matched by i*86:*:4.*:*.
This commit is contained in:
Ben Elliston 2017-11-01 10:15:08 +11:00
parent e1e709f4a9
commit ddf1db93f3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-01 Ben Elliston <bje@gnu.org>
* config.guess (i*86:SYSTEM_V:4.*:*): Remove pattern as this is
already matched by i*86:*:4.*:*.
2017-11-01 Ben Elliston <bje@gnu.org>
* config.guess (romp-ibm:4.4BSD:*): Correct pattern so that it

2
config.guess vendored
View File

@ -1072,7 +1072,7 @@ EOF
i*86:*DOS:*:*)
echo ${UNAME_MACHINE}-pc-msdosdjgpp
exit ;;
i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
i*86:*:4.*:*)
UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}