Commit 9abff96b authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Suggestion was to change ${MACHINE} to i586 in lines in question. Well,

"whatever" doesn't the same (avoids 386 being passed to ./Configure),
consistent with other elder SCO targets and denotes that we probably
shouldn't care much about every out-of-date platform.
parent 722d17cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -75,9 +75,9 @@ if [ "x$XREL" != "x" ]; then
		;;
	    4.2MP)
		case "x${VERSION}" in
		    x2.0*) echo "${MACHINE}-whatever-unixware20"; exit 0 ;;
		    x2.1*) echo "${MACHINE}-whatever-unixware21"; exit 0 ;;
		    x2*)   echo "${MACHINE}-whatever-unixware2";  exit 0 ;;
		    x2.0*) echo "whatever-whatever-unixware20"; exit 0 ;;
		    x2.1*) echo "whatever-whatever-unixware21"; exit 0 ;;
		    x2*)   echo "whatever-whatever-unixware2";  exit 0 ;;
		esac
		;;
	    4.2)