Skip to content

Commit

Permalink
fixup! libcose: blacklist LLVM/clang
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 16, 2018
1 parent 874a1db commit 3a0c1fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/libcose/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@ endif

# Declare pseudomodules here to be selfcontained
PSEUDOMODULES += libcose_crypt_%

ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
# There is a problem with the LLVM assembler, the M0(+) instruction set, and
# the assembly part of this package
TOOLCHAINS_BLACKLIST += llvm
endif

0 comments on commit 3a0c1fa

Please sign in to comment.