view test/hacking-arm-thumb-interwork/Makefile.linux @ 285:483581921af2

- dynload_plain test: better guessing what .so to use
author Tassilo Philipp
date Sat, 21 Apr 2018 14:32:35 +0200
parents 3e629dc19168
children f13444192ceb
line wrap: on
line source

TARGETS		= test
TARGET_ARCH	+= -mthumb-interwork
all: test
thumb.o: thumb.c
	$(COMPILE.c) $< -mthumb $(OUTPUT_OPTION)
test: test.o thumb.o arm.o
	$(LINK.o) $^ $(OUTPUT_OPTION)
clean:
	$(RM) $(TARGETS) *.o