Skip to content

Commit

Permalink
Changes option "scriptname" to "with-scriptname" to make it compatibl…
Browse files Browse the repository at this point in the history
…e with "make configure". Adapts "configure.ac" and all mvm files accordingly.
  • Loading branch information
marceltaeumel committed Sep 16, 2021
1 parent 503a3d4 commit cf11c7e
Show file tree
Hide file tree
Showing 63 changed files with 82 additions and 72 deletions.
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.spur/build.assert/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/spur32.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.spur/build.debug/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/spur32.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.spur/build/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/spur32.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.v3/build.assert/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.v3/build.debug/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.cog.v3/build/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS -DUSE_MIDI_ALSA -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.spur/build.assert/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur32.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.spur/build.debug/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur32.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.spur/build/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur32.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.v3/build.assert/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.v3/build.debug/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32ARMv6/squeak.stack.v3/build/mvm
Expand Up @@ -20,7 +20,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-npsqueak --enable-fast-bitblt \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-march=armv6 -mfpu=vfp -mfloat-abi=hard" \
CFLAGS="$OPT -DI_REALLY_DONT_CARE_HOW_UNSAFE_THIS_IS"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.spur/build.assert/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.spur/build.debug/mvm
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.spur/build/mvm
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.cog \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.v3/build.assert/mvm
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.v3/build.debug/mvm
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -27,7 +27,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
INTERP=cointerpmt \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=1"
Expand Down
Expand Up @@ -26,7 +26,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
INTERP=cointerpmt \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=1"
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.v3/build.multithreaded/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
INTERP=cointerpmt \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=1"
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.cog.v3/build/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -
test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .)
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 --with-src=src/v3.cog \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.sista.spur/build.assert/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.sista.spur/build.debug/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0 -DITIMER_HEARTBEAT=1"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.sista.spur/build/mvm
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \
--with-vmversion=5.0 \
--with-src=src/spur32.sista \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2 -DCOGMTVM=0"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.spur/build.assert/mvm
Expand Up @@ -28,7 +28,7 @@ test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 \
--with-src=src/spur32.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.spur/build.debug/mvm
Expand Up @@ -28,7 +28,7 @@ test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 \
--with-src=src/spur32.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.spur/build/mvm
Expand Up @@ -28,7 +28,7 @@ test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 \
--with-src=src/spur32.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur32 \
--with-scriptname=spur32 \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.v3/build.assert/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.v3/build.debug/mvm
Expand Up @@ -27,7 +27,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux32x86/squeak.stack.v3/build/mvm
Expand Up @@ -28,7 +28,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-src=src/v3.stack --disable-cogit \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=cog \
--with-scriptname=cog \
TARGET_ARCH="-m32" \
CFLAGS="$OPT -msse2"
rm -f vm/sqUnixMain.o # nuke version info
Expand Down
2 changes: 1 addition & 1 deletion building/linux64ARMv8/squeak.cog.spur/build.assert/mvm
Expand Up @@ -21,7 +21,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur64.cog \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur64 \
--with-scriptname=spur64 \
CFLAGS="$MACHINE $OPT -DCOGMTVM=0 -DDUAL_MAPPED_CODE_ZONE=1" \
LIBS="-lrt"

Expand Down
2 changes: 1 addition & 1 deletion building/linux64ARMv8/squeak.cog.spur/build.debug/mvm
Expand Up @@ -21,7 +21,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur64.cog \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur64 \
--with-scriptname=spur64 \
CFLAGS="$MACHINE $OPT -DCOGMTVM=0 -DDUAL_MAPPED_CODE_ZONE=1" \
LIBS="-lrt"

Expand Down
2 changes: 1 addition & 1 deletion building/linux64ARMv8/squeak.cog.spur/build/mvm
Expand Up @@ -23,7 +23,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur64.cog \
--without-npsqueak \
--scriptname=spur64 \
--with-scriptname=spur64 \
--enable-fast-bitblt \
CFLAGS="$MACHINE $OPT -DCOGMTVM=0 -DDUAL_MAPPED_CODE_ZONE=1" \
LIBS="-lrt"
Expand Down
2 changes: 1 addition & 1 deletion building/linux64ARMv8/squeak.cogmt.spur/build.assert/mvm
Expand Up @@ -21,7 +21,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur64.cog \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur64 \
--with-scriptname=spur64 \
INTERP=cointerpmt \
CFLAGS="$MACHINE $OPT -DCOGMTVM=1 -DDUAL_MAPPED_CODE_ZONE=1" \
LIBS="-lrt"
Expand Down
2 changes: 1 addition & 1 deletion building/linux64ARMv8/squeak.cogmt.spur/build.debug/mvm
Expand Up @@ -21,7 +21,7 @@ test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -
test -f config.h || ../../../../platforms/unix/config/configure \
--with-vmversion=5.0 --with-src=src/spur64.cog \
--without-vm-display-fbdev --without-npsqueak \
--scriptname=spur64 \
--with-scriptname=spur64 \
INTERP=cointerpmt \
CFLAGS="$MACHINE $OPT -DCOGMTVM=1 -DDUAL_MAPPED_CODE_ZONE=1" \
LIBS="-lrt"
Expand Down

0 comments on commit cf11c7e

Please sign in to comment.