Skip to content
Snippets Groups Projects
Commit bad3b6c0 authored by dam1n19's avatar dam1n19
Browse files

SCO1-167: No link on armclang asm compile

parent c952f8e6
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ COMPILE_SMALLMUL = 0
ifeq ($(TOOL_CHAIN),ds6)
ARM_TARGET = --target=arm-$(TARGET)
CC_TOOL = armclang
ASM_TOOL = armclang -masm=armasm $(ARM_TARGET)
ASM_TOOL = armclang -masm=armasm $(ARM_TARGET) -c
else
CC_TOOL = armcc
ASM_TOOL = armasm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment