view test/hacking-arm-thumb-interwork/Makefile.linux @ 266:91fd7be165f1

- also testing no flags at all, for asflags rw- detection
author Tassilo Philipp
date Thu, 25 May 2017 02:13:32 +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