Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 7d55d76

Browse files
committed
driver: Remove duplicate ld check
[skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 67478c9 commit 7d55d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ setup_variables() {
128128
check_dependencies() {
129129
command -v nproc
130130
command -v "${CROSS_COMPILE:-}"as
131-
command -v "${CROSS_COMPILE:-}"ld
132131
command -v ${qemu}
133132
command -v timeout
134133
command -v unbuffer

0 commit comments

Comments
 (0)