Skip to content

Commit

Permalink
make it use gdb instead of lldb when mac-android cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sae-bom committed Mar 25, 2015
1 parent ed81038 commit a99936b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mk/tests.mk
Expand Up @@ -569,6 +569,11 @@ ifeq ($(CFG_OSTYPE),apple-darwin)
CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root"
endif

ifeq ($(findstring android, $(CFG_TARGET)), android)
CTEST_DISABLE_debuginfo-gdb =
CTEST_DISABLE_debuginfo-lldb = "lldb tests are disabled on android"
endif

# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
# test group to be disabled *unless* the target is able to build a
# compiler (i.e. when the target triple is in the set of of host
Expand Down

0 comments on commit a99936b

Please sign in to comment.