Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / tcg / nios2 / Makefile.softmmu-target
blobbc7fd550607fe615e8d459e1d3fb72c559c91f26
2 # Nios2 system tests
4 # Copyright Linaro Ltd 2022
5 # SPDX-License-Identifier: GPL-2.0-or-later
8 NIOS2_SYSTEM_SRC = $(SRC_PATH)/tests/tcg/nios2
9 VPATH += $(NIOS2_SYSTEM_SRC)
11 # These objects provide the basic boot code and helper functions for all tests
12 CRT_OBJS = boot.o intr.o $(MINILIB_OBJS)
13 LINK_SCRIPT = $(NIOS2_SYSTEM_SRC)/10m50-ghrd.ld
15 CFLAGS  += -nostdlib -g -O0 $(MINILIB_INC)
16 LDFLAGS += -Wl,-T$(LINK_SCRIPT) -static -nostdlib $(CRT_OBJS) -lgcc
18 %.o: %.S
19         $(call quiet-command, $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -c $< -o $@, AS, $@)
21 %.o: %.c
22         $(call quiet-command, $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c $< -o $@, CC, $@)
24 # Build and link the tests
25 %: %.o $(LINK_SCRIPT) $(CRT_OBJS)
26         $(call quiet-command, $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS), LD, $@)
28 QEMU_OPTS = -M 10m50-ghrd,vic=on -semihosting-config enable=on,target=native,chardev=output -kernel
30 memory: CFLAGS+=-DCHECK_UNALIGNED=0
31 TESTS += $(MULTIARCH_TESTS)
32 TESTS += test-shadow-1