1 2 3 4 5 6 7 8 9 10 11 12 13
# -*- Mode: makefile -*- # # ARM - included from tests/tcg/Makefile.target # 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