]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/Makefile
tests/Makefile: Build without THUMB support. This fixes the 'regression'...
[firearm.git] / tests / Makefile
index 36682afe064ab529f344f1b45965ada141194459..471a83ee0f9bc4f1c5f79e221a375ce17b4815c8 100644 (file)
@@ -1,4 +1,6 @@
-all: costas.hex
+CFLAGS=-mno-thumb-interwork -march=armv4
+
+all: costas.hex testbench.hex
 
 %.o: %.c
        arm-elf-gcc $(CFLAGS) -c -o $@ $<
This page took 0.024005 seconds and 4 git commands to generate.