qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

Makefile.target (467B)


      1 # -*- Mode: makefile -*-
      2 #
      3 # SuperH specific tweaks
      4 #
      5 
      6 # On sh Linux supports 4k, 8k, 16k and 64k pages (but only 4k currently works)
      7 EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192 run-test-mmap-16384 run-test-mmap-65536
      8 
      9 # This triggers failures for sh4-linux about 10% of the time.
     10 # Random SIGSEGV at unpredictable guest address, cause unknown.
     11 run-signals: signals
     12 	$(call skip-test, $<, "BROKEN")
     13 run-plugin-signals-with-%:
     14 	$(call skip-test, $<, "BROKEN")