From eed92fb10c39e9af2413d25d7d32ad8c086aba02 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 6 Feb 2013 16:51:24 +0000 Subject: [PATCH] Fix to build tests with GCC: update makefiles in two watchpoint testcases llvm-svn: 174520 --- lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile | 2 +- lldb/test/functionalities/watchpoint/multiple_threads/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile b/lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile index ecf078b..2af752b 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile +++ b/lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../../make -LDFLAGS := -lpthread +LD_EXTRAS := -lpthread CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/Makefile b/lldb/test/functionalities/watchpoint/multiple_threads/Makefile index ecf078b..2af752b 100644 --- a/lldb/test/functionalities/watchpoint/multiple_threads/Makefile +++ b/lldb/test/functionalities/watchpoint/multiple_threads/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../../make -LDFLAGS := -lpthread +LD_EXTRAS := -lpthread CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules -- 2.7.4