Recognize mips-*-sysv*

This commit is contained in:
Ian 1996-03-15 00:14:04 +00:00
parent 8d71c7b0e4
commit e5ba41ce24

7
config.guess vendored
View File

@ -451,6 +451,13 @@ EOF
mc68*:A/UX:*:*)
echo m68k-apple-aux${UNAME_RELEASE}
exit 0 ;;
R3000:*System_V*:*:*)
if [ -d /usr/nec ]; then
echo mips-nec-sysv${UNAME_RELEASE}
else
echo mips-unknown-sysv${UNAME_RELEASE}
fi
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2