Lines Matching +full:i386 +full:- +full:linux +full:- +full:user
1 # -*- Mode: makefile -*-
3 # x86_64 tests - included from tests/tcg/Makefile.target
5 # Currently we only build test-x86_64 and test-i386-ssse3 from
6 # $(SRC_PATH)/tests/tcg/i386/
9 include $(SRC_PATH)/tests/tcg/i386/Makefile.target
11 X86_64_TESTS += test-2413
13 ifeq ($(filter %-linux-user, $(TARGET)),$(TARGET))
18 X86_64_TESTS += test-1648
19 X86_64_TESTS += test-2175
20 X86_64_TESTS += cross-modifying-code
22 TESTS=$(MULTIARCH_TESTS) $(X86_64_TESTS) test-x86_64
27 adox: CFLAGS=-O2
29 run-test-i386-ssse3: QEMU_OPTS += -cpu max
30 run-plugin-test-i386-ssse3-%: QEMU_OPTS += -cpu max
32 cross-modifying-code: CFLAGS+=-pthread
33 cross-modifying-code: LDFLAGS+=-pthread
35 test-x86_64: LDFLAGS+=-lm -lc
36 test-x86_64: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h
37 $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
40 $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)