Skip to content

Commit a99936b

Browse files
author
Sae-bom Kim
committed
make it use gdb instead of lldb when mac-android cross compile
1 parent ed81038 commit a99936b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mk/tests.mk

+5
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,11 @@ ifeq ($(CFG_OSTYPE),apple-darwin)
569569
CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root"
570570
endif
571571

572+
ifeq ($(findstring android, $(CFG_TARGET)), android)
573+
CTEST_DISABLE_debuginfo-gdb =
574+
CTEST_DISABLE_debuginfo-lldb = "lldb tests are disabled on android"
575+
endif
576+
572577
# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
573578
# test group to be disabled *unless* the target is able to build a
574579
# compiler (i.e. when the target triple is in the set of of host

0 commit comments

Comments
 (0)