mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 10:55:31 -04:00
Compile ARM7 binary in ARM instead of THUMB
This commit is contained in:
parent
9b9ef7c937
commit
6434a00ee1
@ -25,7 +25,7 @@ INCLUDES := include build
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -march=armv4t -mthumb -mthumb-interwork
|
||||
ARCH := -march=armv4t -mthumb-interwork
|
||||
|
||||
CFLAGS := -g -Wall -O2\
|
||||
-mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer\
|
||||
|
Loading…
Reference in New Issue
Block a user