OSDN Git Service

explain what currently has no effect. sparky4 may have future plans
authorJonathan Campbell <jonathan@castus.tv>
Fri, 8 Sep 2017 20:17:35 +0000 (13:17 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Fri, 8 Sep 2017 20:17:35 +0000 (13:17 -0700)
here.

simulate-sparky4-watcom-env.sh

index 4b28a4f..a913c29 100644 (file)
@@ -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