Skip to content

Commit

Permalink
Merge pull request #157 from mehlis/crypto
Browse files Browse the repository at this point in the history
remove broken warning, this is a compiler bug not a RIOT problem
  • Loading branch information
mehlis committed Aug 21, 2013
2 parents c573731 + df1755b commit abc00ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ MODULE = crypto
include $(RIOTBASE)/Makefile.base

ifeq ($(strip $(BOARD)),msba2)
$(error "sha256 produces wrong results on msba2 currently, aborting...")
$(warning sha256 produces wrong results on msba2 with our old toolchain)
endif

0 comments on commit abc00ef

Please sign in to comment.