From: Andy Polyakov Date: Sun, 19 Jan 2003 21:47:06 +0000 (+0000) Subject: Suggestion was to change ${MACHINE} to i586 in lines in question. Well, X-Git-Tag: BEN_FIPS_TEST_1~38^2~369 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9abff96b2f488163e8f340161b9d70f4ffb7b2b7;hp=722d17cbac898bf02ee8f75dabba87ab1373500d 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. --- diff --git a/config b/config index a2a56754a0..72905c90ed 100755 --- a/config +++ b/config @@ -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)