]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/Cortex-A7/AC6/default.rtebuild
CoreValidation: Added IAR test projects for Cortex-A.
[cmsis] / CMSIS / CoreValidation / Tests / Cortex-A7 / AC6 / default.rtebuild
1 import:
2  - ../cortex-a7.rtebuild
3 config:
4   default: FVP
5   FVP:
6     toolchain: ARMCC67
7     commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
8     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
9     asmflags:    [ "${commonflags}" ]
10     linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
11 include: 
12  - ./