| cstart.o = $(TEST_DIR)/cstart.o | |
| bits = 32 | |
| ldarch = elf32-i386 | |
| exe = flat | |
| bin = elf | |
| COMMON_CFLAGS += -mno-sse -mno-sse2 | |
| arch_LDFLAGS = -m elf_i386 | |
| cflatobjs += lib/x86/setjmp32.o lib/ldiv32.o | |
| tests = $(TEST_DIR)/taskswitch.$(exe) $(TEST_DIR)/taskswitch2.$(exe) \ | |
| $(TEST_DIR)/cmpxchg8b.$(exe) $(TEST_DIR)/la57.$(exe) | |
| include $(SRCDIR)/$(TEST_DIR)/Makefile.common |