Update LLDB bmake build for r262187

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ed Maste 2014-02-18 20:25:02 +00:00
parent 895c202ef7
commit 5eef691b3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/lldb-r201577/; revision=262191

View File

@ -11,13 +11,13 @@ CXXFLAGS+= -std=c++11
SRCDIR= tools/lldb/tools/driver
SRCS= Driver.cpp \
IOChannel.cpp
Platform.cpp
lldb.1:
ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
DPADD= ${LIBEDIT} ${LIBCURSES} ${LIBEXECINFO}
LDADD= -ledit -lcurses -lexecinfo
LDADD= -lcurses -ledit -lexecinfo -lpanel
LLDB_LIBS=\
lldb \
@ -53,6 +53,7 @@ LLDB_LIBS=\
lldbPluginProcessGDBRemote \
lldbPluginProcessUtility \
lldbPluginProcessPOSIX \
lldbPluginProcessFreeBSD \
lldbPluginUnwindAssemblyInstEmulation \
lldbPluginUnwindAssemblyX86