diff options
| -rw-r--r-- | lldb/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile index 58d53ecca4b..66618907667 100644 --- a/lldb/tools/Makefile +++ b/lldb/tools/Makefile @@ -13,7 +13,7 @@ include $(LLDB_LEVEL)/../../Makefile.config DIRS := # enable lldb-gdbserver for supported platforms -ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux))) +ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux GNU/kFreeBSD))) DIRS += lldb-gdbserver endif |

