Loading
test/external_code: use -pthread instead of -lpthread
-pthread is what SPDK in-tree Makefiles use, so use that in the external_code Makefile too. -pthread can be used both on the compilation and link stages. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I8ef702b8fbde825a4191d961738ebc605b0aa4c5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5675 Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>