Skip to content

Commit

Permalink
compile fbtest in arm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mtheall committed Jun 8, 2012
1 parent 42f4a63 commit 4b2d83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nds/fbtest/Makefile
Expand Up @@ -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\
Expand Down

0 comments on commit 4b2d83b

Please sign in to comment.