Skip to content

Commit

Permalink
sync to last commit-8
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored May 4, 2024
1 parent 5c24a53 commit a95c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ INCLUDES := include
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv5te -mtune=arm946e-s -mfloat-abi=soft -mtp=soft -marm -mthumb-interwork
ARCH := -march=armv5te -mtune=arm946e-s -mlittle-endian -mfloat-abi=soft -mtp=soft -marm -mthumb-interwork
DEFINES := -DARM9 -D__3DS__ -DHBLDR_DEFAULT_3DSX_TID="0x$(HBLDR_DEFAULT_3DSX_TID)ULL"

ifeq ($(BUILD_FOR_EXPLOIT_DEV),1)
Expand Down

0 comments on commit a95c626

Please sign in to comment.