x86_64 build for cog

This commit is contained in:
Tony Garnock-Jones 2022-01-06 13:29:30 +01:00
parent cd4f379e0e
commit 64100e8f06
2 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,12 @@ build() {
aarch64)
cd building/linux64ARMv8
;;
x86_64)
cd building/linux64x64
sed -i \
-e 's:^OPT="\(.*\)":OPT="\1 -DMUSL -D_GNU_SOURCE -DUSEEVDEV":' \
squeak.cog.spur/build/mvm
;;
*)
echo "Architecture $CARCH not yet supported"
exit 1
@ -43,6 +49,9 @@ package() {
aarch64)
cd products/sqcogspur64ARMv8linuxht
;;
x86_64)
cd products/sqcogspur64linuxht
;;
*)
echo "Architecture $CARCH not yet supported"
exit 1

View File

@ -22,7 +22,6 @@ build() {
;;
x86_64)
cd build.linux64x64
ls -la
sed -i \
-e 's:^OPT="\(.*\)":OPT="\1 -DMUSL -D_GNU_SOURCE -DUSEEVDEV":' \
-e 's:without\(-vm-display-fbdev\):with\1:' \