Hi configure folks,
Here is a very simple addition, perhaps about 25 years too late, to config.guess to support detection of OSF/1 on DECstations. Please forgive the lack of a formal patch; it was not clear to me where in the order of systems this should go. OSF/1 existed in 1.0 and 2.0 versions but I don't think anything out there is going to care which is which (and the differences are pretty minimal anyway), so we just return mips-dec-osf1.
mips:OSF1:*.*)
echo mips-dec-osf1
exit ;;
As simple as that.