From 519a6668a2136256adb0faefedd356699443b538 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Fri, 8 Sep 2017 13:17:35 -0700 Subject: [PATCH] explain what currently has no effect. sparky4 may have future plans here. --- simulate-sparky4-watcom-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2