Skip to content

Commit

Permalink
fixup! openthread: blacklist LLVM/clang
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 16, 2018
1 parent bbcba0f commit 031c730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/openthread/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ifneq (,$(filter openthread_contrib,$(USEMODULE)))
DIRS += $(OPENTHREAD_DIR)/contrib/netdev
endif

ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
ifneq (,$(filter cortex-m0% cortex-m3%,$(CPU_ARCH)))
# There are problem with unused `-mcpu...` arguments in clang and with
# ranlib + LLVM/clang in this package with Cortex-M
# ranlib + LLVM/clang in this package with Cortex-M0 and M3
TOOLCHAINS_BLACKLIST += llvm
endif

0 comments on commit 031c730

Please sign in to comment.