view test/hacking-arm-thumb-interwork/Makefile.linux @ 159:164cf1663b7c

- sparc dcb support entries in changelog - doc cleanup for sparc cconv appendix - todo cleanup
author cslag
date Thu, 29 Dec 2016 06:27:56 -0600
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