]> Joshua Wise's Git repositories - firearm.git/commitdiff
tests/Makefile: Build without THUMB support. This fixes the 'regression'...
authorJoshua Wise <joshua@escape.joshuawise.com>
Thu, 11 Mar 2010 08:49:38 +0000 (03:49 -0500)
committerJoshua Wise <joshua@escape.joshuawise.com>
Thu, 11 Mar 2010 08:49:38 +0000 (03:49 -0500)
tests/Makefile

index dd41d75ecf27955a7d1cee87cbd9eb925e604b1a..471a83ee0f9bc4f1c5f79e221a375ce17b4815c8 100644 (file)
@@ -1,3 +1,5 @@
+CFLAGS=-mno-thumb-interwork -march=armv4
+
 all: costas.hex testbench.hex
 
 %.o: %.c
This page took 0.025704 seconds and 4 git commands to generate.