mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] tools: hv: remove unnecessary link flag
@ 2016-10-19 10:06 Weibing Zhang
  2016-10-19 10:06 ` [PATCH 2/3] tools: hv: fix a compile warning in snprintf Weibing Zhang
  2016-10-19 10:06 ` [PATCH 3/3] tools: hv: remove unnecessary header files and netlink related code Weibing Zhang
  0 siblings, 2 replies; 3+ messages in thread
From: Weibing Zhang @ 2016-10-19 10:06 UTC (permalink / raw)
  To: kys, haiyangz; +Cc: devel, linux-kernel, Weibing Zhang

The link flag pthread is not needed.

Signed-off-by: Weibing Zhang <atheism.zhang@gmail.com>
---
 tools/hv/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/hv/Makefile b/tools/hv/Makefile
index a8c4644..0d1e61b 100644
--- a/tools/hv/Makefile
+++ b/tools/hv/Makefile
@@ -1,9 +1,8 @@
 # Makefile for Hyper-V tools
 
 CC = $(CROSS_COMPILE)gcc
-PTHREAD_LIBS = -lpthread
 WARNINGS = -Wall -Wextra
-CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) $(shell getconf LFS_CFLAGS)
+CFLAGS = $(WARNINGS) -g $(shell getconf LFS_CFLAGS)
 
 CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-19 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 10:06 [PATCH 1/3] tools: hv: remove unnecessary link flag Weibing Zhang
2016-10-19 10:06 ` [PATCH 2/3] tools: hv: fix a compile warning in snprintf Weibing Zhang
2016-10-19 10:06 ` [PATCH 3/3] tools: hv: remove unnecessary header files and netlink related code Weibing Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®