Skip to content

Commit

Permalink
Recognize mips-*-sysv*
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Mar 15, 1996
1 parent 8d71c7b commit e5ba41c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ba41c

Please sign in to comment.