From: Jonathan Campbell Date: Fri, 8 Sep 2017 20:17:35 +0000 (-0700) Subject: explain what currently has no effect. sparky4 may have future plans X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=519a6668a2136256adb0faefedd356699443b538 explain what currently has no effect. sparky4 may have future plans here. --- diff --git a/simulate-sparky4-watcom-env.sh b/simulate-sparky4-watcom-env.sh index 4b28a4f1..a913c292 100644 --- a/simulate-sparky4-watcom-env.sh +++ b/simulate-sparky4-watcom-env.sh @@ -22,7 +22,8 @@ ENV=LINUX SHELL=Bourne REXX=/usr/bin/rexx - +# use 64-bit Linux binaries on 64-bit. +# NTS: watcomver is never set, therefore this currently has NO EFFECT. if [ "${watcomver}" == 2 ]; then MACHINE_TYPE=`uname -m` if [ ${MACHINE_TYPE} == 'x86_64' ]; then