Skip to content

Commit

Permalink
waf: pthread link not needed for QURT
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 19, 2024
1 parent 1325384 commit 701da7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,6 @@ def configure_env(self, cfg, env):
"--wrap=memalign",
"--wrap=__stack_chk_fail",
"-lc",
'-lpthread',
f"-soname={cfg.env.HEXAGON_APP}",
"--start-group",
"--whole-archive",
Expand Down

0 comments on commit 701da7e

Please sign in to comment.