mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Enable lldb-gdbserver for FreeBSD in the (g)make build
llvm-svn: 200871
This commit is contained in:
parent
fb29fa3e35
commit
f697a1ef94
@ -12,7 +12,7 @@ include $(LLDB_LEVEL)/../../Makefile.config
|
||||
|
||||
# enable lldb-gdbserver for supported platforms
|
||||
DIRS :=
|
||||
ifneq (,$(strip $(filter $(HOST_OS), Linux)))
|
||||
ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux)))
|
||||
ifneq (,$(strip $(filter $(HOST_ARCH), x86_64)))
|
||||
DIRS += lldb-gdbserver
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user