소스 검색

CoreValidation: Fixed AC5 compiler and assembler flags.

Change-Id: Ic49cf3f6ff87af66de08cc88ad843a77a23f832f
Jonatan Antoni 7 년 전
부모
커밋
fbdea694cf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      CMSIS/CoreValidation/Tests/ac5.rtebuild

+ 2 - 2
CMSIS/CoreValidation/Tests/ac5.rtebuild

@@ -39,8 +39,8 @@ targets:
     fpu    : FPv5_D16
   armca:
     toolchain  : ARMCC5
-    cflags      : [ "--cpu=${cpu}", "--apcs=/${float}", --arm, --c99, "-%{optimize}", -g, -c ]
-    asmflags    : [ "--cpu=${cpu}", "--apcs=/${float}", --arm, --c99, "-%{optimize}", -g, -c ]
+    cflags      : [ "--cpu=${cpu}", "--apcs=/${float}", --li, --arm, --c99, "-%{optimize}", -g, -c ]
+    asmflags    : [ "--cpu=${cpu}", "--apcs=/${float}", --li, --arm, -g ]
     linkflags   : [ "--cpu=${cpu}", "--entry=Vectors" ]
     linkscript : "./config/core_a/rtebuild_armcc.sct"
     source: