# -*- Mode: makefile -*-## ARM - included from tests/tcg/Makefile#
ARM_SRC=$(SRC_PATH)/tests/tcg/arm
# Set search path for all sources
VPATH += $(ARM_SRC)
hello-arm: CFLAGS+=-marm -ffreestanding
hello-arm: LDFLAGS+=-nostdlib
# On ARM Linux only supports 4k pages
EXTRA_RUNS+=run-test-mmap-4096