[PATCH 08/15] liblockdep: Remove -lpthread compiler option

2017-05-17 Thread alexander . levin
From: Vishal Thanki With -lpthread option, the test for ABBA_2threads was failing, and test passed if it was removed. Since -pthread compiler option is sufficient for linking to pthread libraries, this patch removes -lpthread. Signed-off-by: Vishal Thanki

[PATCH 08/15] liblockdep: Remove -lpthread compiler option

2017-05-17 Thread alexander . levin
From: Vishal Thanki With -lpthread option, the test for ABBA_2threads was failing, and test passed if it was removed. Since -pthread compiler option is sufficient for linking to pthread libraries, this patch removes -lpthread. Signed-off-by: Vishal Thanki Signed-off-by: Sasha Levin ---