Skip to content

Commit

Permalink
sync to last commit-1
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 e8bd6a7 commit 2afe378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k11_extension/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INCLUDES := include include/svc
# options for code generation
#---------------------------------------------------------------------------------
# -mgeneral-regs-only so that the C code is guaranteed not to use FPU regs
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mfpu=vfpv2 -mtp=soft -mgeneral-regs-only -marm -mthumb-interwork
ARCH := -march=armv6k -mtune=mpcore -mlittle-endian -mfloat-abi=hard -mfpu=vfpv2 -mtp=soft -mgeneral-regs-only -marm -mthumb-interwork
DEFINES := -DARM11 -D__3DS__

ifeq ($(BUILD_FOR_GDB),1)
Expand Down

0 comments on commit 2afe378

Please sign in to comment.