Added explicit translation for macos using Rosetta (hopefully)

This commit is contained in:
Egor Sheremetov 2024-05-28 16:22:54 +02:00 committed by Roman Venediktov
parent f4b9aa1eb9
commit 612fe84e51
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ check: $(TESTS)
$(TESTS): %: %.lama
@echo "stdlib/regression/$@"
@LAMA=../../runtime $(LAMAC) -I .. -ds -dp $< && ./$@ > $@.log && diff $@.log orig/$@.log
@LAMA=../../runtime $(LAMAC) -I .. -ds -dp $< && arch -X86_64 ./$@ > $@.log && diff $@.log orig/$@.log
clean:
$(RM) test*.log *.s *~ $(TESTS) *.i