Skip to content

Commit

Permalink
Have the build.linux32ARMv6 builds install to fooRPi rather than fooARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Jun 27, 2016
1 parent 3f8d12b commit 9d6d136
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.cog.spur/build.assert/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# assert VM with VM profiler and threaded heartbeat
INSTALLDIR=assert/nscogspurlinuxhtARM
INSTALLDIR=assert/nscogspurlinuxhtRPi
OPT="-g3 -O1 -fwrapv -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.cog.spur/build.debug/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# debug Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=debug/nscogspurlinuxhtARM
INSTALLDIR=debug/nscogspurlinuxhtRPi
OPT="-g3 -O0 -fwrapv -DDEBUGVM=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.cog.spur/build/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=nscogspurlinuxhtARM
INSTALLDIR=nscogspurlinuxhtRPi
OPT="-g -O2 -fwrapv -DNDEBUG -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.stack.spur/build.assert/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# assert Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=assert/nsstkspurlinuxhtARM
INSTALLDIR=assert/nsstkspurlinuxhtRPi
OPT="-g3 -O1 -fwrapv -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.stack.spur/build.debug/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# debug Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=debug/nsstkspurlinuxhtARM
INSTALLDIR=debug/nsstkspurlinuxhtRPi
OPT="-g3 -O0 -fwrapv -DDEBUGVM=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/newspeak.stack.spur/build/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# Stack Spur VM and threaded heartbeat
INSTALLDIR=nsstkspurlinuxhtARM
INSTALLDIR=nsstkspurlinuxhtRPi
OPT="-g -O3 -fwrapv -DNDEBUG -DDEBUGVM=0 -DNO_VM_PROFILE=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.cog.spur/build.assert/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# assert VM with VM profiler and threaded heartbeat
INSTALLDIR=assert/cogspurlinuxhtARM
INSTALLDIR=assert/cogspurlinuxhtRPi
OPT="-g3 -O1 -fwrapv -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.cog.spur/build.debug/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# debug Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=debug/cogspurlinuxhtARM
INSTALLDIR=debug/cogspurlinuxhtRPi
OPT="-g3 -O0 -fwrapv -DDEBUGVM=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.cog.spur/build/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=cogspurlinuxhtARM
INSTALLDIR=cogspurlinuxhtRPi
OPT="-g -O2 -fwrapv -DNDEBUG -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.spur/build.assert/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# assert Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=assert/stkspurlinuxhtARM
INSTALLDIR=assert/stkspurlinuxhtRPi
OPT="-g3 -O1 -fwrapv -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.spur/build.debug/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# debug Stack Spur VM with VM profiler and threaded heartbeat
INSTALLDIR=debug/stkspurlinuxhtARM
INSTALLDIR=debug/stkspurlinuxhtRPi
OPT="-g3 -O0 -fwrapv -DDEBUGVM=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.spur/build/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# Stack Spur VM and threaded heartbeat
INSTALLDIR=stkspurlinuxhtARM
INSTALLDIR=stkspurlinuxhtRPi
OPT="-g -O3 -fwrapv -DNDEBUG -DDEBUGVM=0 -DNO_VM_PROFILE=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.v3/build.assert/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# assert Stack VM with VM profiler and threaded heartbeat
INSTALLDIR=assert/stklinuxhtARM
INSTALLDIR=assert/stklinuxhtRPi
OPT="-g3 -O1 -fwrapv -DDEBUGVM=0"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.v3/build.debug/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# debug Stack VM with VM profiler and threaded heartbeat
INSTALLDIR=debug/stklinuxhtARM
INSTALLDIR=debug/stklinuxhtRPi
OPT="-g3 -O0 -fwrapv -DDEBUGVM=1"

if [ $# -ge 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/squeak.stack.v3/build/mvm
@@ -1,6 +1,6 @@
#!/bin/bash
# Stack VM with VM profiler and threaded heartbeat
INSTALLDIR=stklinuxhtARM
INSTALLDIR=stklinuxhtRPi
OPT="-g -O3 -fwrapv -DNDEBUG -DDEBUGVM=0 -DNO_VM_PROFILE=1"

if [ $# -ge 1 ]; then
Expand Down

1 comment on commit 9d6d136

@fniephaus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not stklinuxhtARMv6 and stklinuxhtARMv7? I'd prefer it to be consistent with the corresponding build names.

Please sign in to comment.