Skip to content

Commit 9fd30c1

Browse files
remove linker in linux config
1 parent 45bd63d commit 9fd30c1

File tree

7 files changed

+0
-28
lines changed

7 files changed

+0
-28
lines changed

ceedling/linux_386.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@
1919
:tools:
2020
:test_compiler:
2121
:executable: clang
22-
:test_linker:
23-
:executable: clang
2422
:release_compiler:
2523
:executable: clang
26-
:release_linker:
27-
:executable: clang

ceedling/linux_arm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
:tools:
88
:test_compiler:
99
:executable: arm-linux-gnueabihf-gcc
10-
:test_linker:
11-
:executable: arm-linux-gnueabihf-gcc
1210
:release_compiler:
1311
:executable: arm-linux-gnueabihf-gcc
14-
:release_linker:
15-
:executable: arm-linux-gnueabihf-gcc

ceedling/linux_arm64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@
99
:tools:
1010
:test_compiler:
1111
:executable: aarch64-linux-gnu-gcc
12-
:test_linker:
13-
:executable: aarch64-linux-gnu-gcc
1412
:release_compiler:
1513
:executable: aarch64-linux-gnu-gcc
16-
:release_linker:
17-
:executable: aarch64-linux-gnu-gcc

ceedling/linux_arm_no_pqc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@
1717
:tools:
1818
:test_compiler:
1919
:executable: arm-linux-gnueabihf-gcc
20-
:test_linker:
21-
:executable: arm-linux-gnueabihf-gcc
2220
:release_compiler:
2321
:executable: arm-linux-gnueabihf-gcc
24-
:release_linker:
25-
:executable: arm-linux-gnueabihf-gcc

ceedling/linux_multithread.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111
:tools:
1212
:test_compiler:
1313
:executable: clang
14-
:test_linker:
15-
:executable: clang
1614
:release_compiler:
1715
:executable: clang
18-
:release_linker:
19-
:executable: clang
2016

2117
:libraries:
2218
:system:

ceedling/linux_riscv64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@
1717
:tools:
1818
:test_compiler:
1919
:executable: riscv64-linux-gnu-gcc
20-
:test_linker:
21-
:executable: riscv64-linux-gnu-gcc
2220
:release_compiler:
2321
:executable: riscv64-linux-gnu-gcc
24-
:release_linker:
25-
:executable: riscv64-linux-gnu-gcc

ceedling/linux_x64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@
88
:tools:
99
:test_compiler:
1010
:executable: clang
11-
:test_linker:
12-
:executable: clang
1311
:release_compiler:
1412
:executable: clang
15-
:release_linker:
16-
:executable: clang

0 commit comments

Comments
 (0)