From: Joshua Wise Date: Thu, 11 Mar 2010 08:49:38 +0000 (-0500) Subject: tests/Makefile: Build without THUMB support. This fixes the 'regression'... X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/e3183a087362f1f2aef0af0cdc402de11a68cf50?ds=sidebyside tests/Makefile: Build without THUMB support. This fixes the 'regression'... --- diff --git a/tests/Makefile b/tests/Makefile index dd41d75..471a83e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,3 +1,5 @@ +CFLAGS=-mno-thumb-interwork -march=armv4 + all: costas.hex testbench.hex %.o: %.c