Przeglądaj źródła

CoreValidation: Switched Cortex-A test projects to full ArmLib.

Jonatan Antoni 8 lat temu
rodzic
commit
2da2c15b61

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A5/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A5/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A5/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A5neon/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A5neon/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A5neon/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A7/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A7/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A7/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A7neon/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A7neon/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A7neon/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A9/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 3 - 3
CMSIS/CoreValidation/Tests/Cortex-A9neon/AC5/default.rtebuild

@@ -4,8 +4,8 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC5
-    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, -D__MICROLIB, --c99, -O0, -g, -c ]
-    linkflags: [ "--cpu=${cpu}", "--entry=Vectors", "--library_type=microlib" ]
+    cflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    asmflags: [ "--cpu=${cpu}", --apcs=/hardfp, --arm, --c99, -O0, -g, -c ]
+    linkflags: [ "--cpu=${cpu}", "--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A9neon/AC6/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./

+ 2 - 2
CMSIS/CoreValidation/Tests/Cortex-A9neon/AC6LTM/default.rtebuild

@@ -4,9 +4,9 @@ config:
   default: FVP
   FVP:
     toolchain: ARMCC6_LTM
-    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -D__MICROLIB, -g, -Wall ]
+    commonflags: [ -c, --target=arm-arm-none-eabi, "-mcpu=${mcpu}", "-mfpu=${mfpu}", -mfloat-abi=hard, -marm, -mlittle-endian, -g, -Wall ]
     cflags:      [ "${commonflags}", -xc, -std=c99, -O0 ]
     asmflags:    [ "${commonflags}" ]
-    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors", "-Wl,--library_type=microlib" ]
+    linkflags:   [ --target=arm-arm-none-eabi, "-Wl,--entry=Vectors" ]
 include: 
  - ./