summaryrefslogtreecommitdiff
path: root/tools/asm_processor
diff options
context:
space:
mode:
authorhondew <pokehondew@gmail.com>2021-03-20 23:20:12 -0400
committerhondew <pokehondew@gmail.com>2021-03-20 23:20:12 -0400
commit2fe62832f7b10a39ec55fe2adcdd8243fcfc1344 (patch)
tree1b96830f2898053d6273a8795d0340402bf189e6 /tools/asm_processor
parent08b17cc7dd272a0f6fbbb88a507c7bd02e1d1d63 (diff)
Use asmproc for text.c nonmatch
Diffstat (limited to 'tools/asm_processor')
-rw-r--r--tools/asm_processor/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asm_processor/compile.sh b/tools/asm_processor/compile.sh
index 8c367b3e..c4cb0846 100644
--- a/tools/asm_processor/compile.sh
+++ b/tools/asm_processor/compile.sh
@@ -20,7 +20,7 @@ cat global.inc >> "$PRELUDE"
# Inject the matching assembly into the padded obj file.
../tools/asm_processor/asm_processor.py "$SRC" --post-process "$PADDED_OBJ" --assembler "$AS" --asm-prelude "$PRELUDE"
-$DEVKITARM/bin/arm-none-eabi-objcopy --remove-section .comment "$PADDED_OBJ" "$OBJ"
+arm-none-eabi-objcopy --remove-section .comment "$PADDED_OBJ" "$OBJ"
rm "$PADDED_SRC"
rm "$PADDED_OBJ"