1 # -*- Mode: makefile -*-
3 # MIPS - included from tests/tcg/Makefile.target
6 MIPS_SRC=$(SRC_PATH)/tests/tcg/mips
8 # Set search path for all sources
11 # hello-mips is 32 bit only
12 ifeq ($(findstring 64,$(TARGET_NAME)),)
15 TESTS += $(MIPS_TESTS)
17 hello-mips: CFLAGS+=-mno-abicalls -fno-PIC -mabi=32
18 hello-mips: LDFLAGS+=-nostdlib