Skip to content

Commit

Permalink
CoreValidation: Changes affect GCC toolchain for Cortex-A devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuentherMartin committed Feb 25, 2021
1 parent 0d7e4fa commit ccbe8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMSIS/CoreValidation/Tests/gcc.rtebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ targets:
cpu : cortex-m55
float : hard
linkscript: "config/core_m/rtebuild_ns.ld"

armca:
toolchain : GCC
features : ""
csettings : [ -marm ]
cflags : [ "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", "${csettings}", "${cwarnings}", -c, -xc, -std=gnu99 ]
asmflags : [ "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", "${csettings}", "${cwarnings}", -c ]
cflags : [ "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", "-mfpu=auto", "${csettings}", "${cwarnings}", -c, -xc, -std=gnu99 ]
asmflags : [ "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", "-mfpu=auto", "${csettings}", "${cwarnings}", -c ]
linkflags : [ "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", "${csettings}", "${cwarnings}", "-Xlinker -Map=${builddir}/${targetName}.map", --specs=nano.specs, --specs=rdimon.specs ]
linkscript: "${builddir}/rtebuild.ld"
source:
Expand Down

0 comments on commit ccbe8bd

Please sign in to comment.