Fix to build tests with GCC: update makefiles in two watchpoint testcases

llvm-svn: 174520
This commit is contained in:
Daniel Malea 2013-02-06 16:51:24 +00:00
parent 0b464d483b
commit eed92fb10c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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