qemu

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

Makefile.target (641B)


      1 # -*- Mode: makefile -*-
      2 #
      3 # HPPA specific tweaks - specifically masking out broken tests
      4 
      5 # On parisc Linux supports 4K/16K/64K (but currently only 4k works)
      6 EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536
      7 
      8 # This triggers failures for hppa-linux about 1% of the time
      9 # HPPA is the odd target that can't use the sigtramp page;
     10 # it requires the full vdso with dwarf2 unwind info.
     11 run-signals: signals
     12 	$(call skip-test, $<, "BROKEN awaiting vdso support")
     13 run-plugin-signals-with-%:
     14 	$(call skip-test, $<, "BROKEN awaiting vdso support")
     15 
     16 VPATH += $(SRC_PATH)/tests/tcg/hppa
     17 TESTS += stby
     18 
     19 stby: CFLAGS += -pthread