diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 19:52:01 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-08 19:54:58 -0400 |
commit | 6fb1d55c33059c90cfc3e590d1e67f7e50eb1c05 (patch) | |
tree | 319e5b685057226bc8ddda16764d71114cde4450 /berry_fix/payload | |
parent | bb5da949f22f0825fa2e75f63dc45a13572686ef (diff) |
Reverted -nostdlib changes
Diffstat (limited to 'berry_fix/payload')
-rw-r--r-- | berry_fix/payload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/Makefile b/berry_fix/payload/Makefile index e7315242f..a121fda93 100644 --- a/berry_fix/payload/Makefile +++ b/berry_fix/payload/Makefile @@ -52,7 +52,7 @@ C_BUILDDIR = $(OBJ_DIR)/$(C_SUBDIR) ASM_BUILDDIR = $(OBJ_DIR)/$(ASM_SUBDIR) DATA_ASM_BUILDDIR = $(OBJ_DIR)/$(DATA_ASM_SUBDIR) -ASFLAGS := -mcpu=arm7tdmi -mthumb-interwork +ASFLAGS := -mcpu=arm7tdmi LDFLAGS = -Map ../$(MAP) |