From 4b2d83b20262c2c3d57f21f29d220728b5a285b8 Mon Sep 17 00:00:00 2001 From: mtheall Date: Fri, 8 Jun 2012 14:47:22 -0500 Subject: [PATCH] compile fbtest in arm mode --- nds/fbtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nds/fbtest/Makefile b/nds/fbtest/Makefile index 7a4b180..609cabc 100644 --- a/nds/fbtest/Makefile +++ b/nds/fbtest/Makefile @@ -30,7 +30,7 @@ GRAPHICS := gfx #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -mthumb -mthumb-interwork +ARCH := -marm -mthumb-interwork CFLAGS := -g -Wall -O2 -std=gnu++11\ -march=armv5te -mtune=arm946e-s -fomit-frame-pointer\