Skip to content

Commit

Permalink
qDSA: blacklist LLVM/clang
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 9, 2018
1 parent a12f1cf commit b32d273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/qDSA/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ endif
export QDSA_IMPL

INCLUDES += -I$(PKGDIRBASE)/qDSA/$(QDSA_IMPL)

ifeq (cortex-m0plus,$(CPU_ARCH))
# There are problems with the LLVM assembler and the Cortex-M0+ instruction
# set with this package
TOOLCHAINS_BLACKLIST += llvm
endif

0 comments on commit b32d273

Please sign in to comment.