mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Remove VM variable
You need to use qemu-user in binfmt_misc. For non-Linux we'll update execve() to spawn under the appropriate blink or qemu when needed.
This commit is contained in:
parent
20c77338e6
commit
6430e474b4
14 changed files with 34 additions and 60 deletions
4
third_party/mbedtls/test/test.mk
vendored
4
third_party/mbedtls/test/test.mk
vendored
|
@ -130,8 +130,8 @@ o/$(MODE)/third_party/mbedtls/test/%.com.dbg: \
|
|||
$(APE_NO_MODIFY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
o/$(MODE)/third_party/mbedtls/test/%.com.runs: o/$(MODE)/third_party/mbedtls/test/%.com $(VM)
|
||||
@$(COMPILE) -ACHECK -wtT$@ $(VM) $< $(TESTARGS)
|
||||
o/$(MODE)/third_party/mbedtls/test/%.com.runs: o/$(MODE)/third_party/mbedtls/test/%.com
|
||||
@$(COMPILE) -ACHECK -wtT$@ $< $(TESTARGS)
|
||||
|
||||
o/$(MODE)/third_party/mbedtls/test/lib.o: private \
|
||||
CFLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue