Fix to build tests with GCC: update makefiles in two watchpoint testcases
authorDaniel Malea <daniel.malea@intel.com>
Wed, 6 Feb 2013 16:51:24 +0000 (16:51 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 6 Feb 2013 16:51:24 +0000 (16:51 +0000)
llvm-svn: 174520

lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile
lldb/test/functionalities/watchpoint/multiple_threads/Makefile

index ecf078b..2af752b 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../../make
 
-LDFLAGS := -lpthread
+LD_EXTRAS := -lpthread
 CXX_SOURCES := main.cpp
 
 include $(LEVEL)/Makefile.rules
index ecf078b..2af752b 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../../make
 
-LDFLAGS := -lpthread
+LD_EXTRAS := -lpthread
 CXX_SOURCES := main.cpp
 
 include $(LEVEL)/Makefile.rules