Avoid build errors with -O0 due to assembly

This commit is contained in:
Manuel Pégourié-Gonnard 2016-01-08 14:29:11 +01:00
parent 3551901cd1
commit 25caaf36a6
2 changed files with 22 additions and 1 deletions

View file

@ -8,6 +8,11 @@ Bugfix
Follath. #309
* Fix issue in Makefile that prevented building using armar. #386
Changes
* On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5,
don't use the optimized assembly for bignum multiplication. This removes
the need to pass -fomit-frame-pointer to avoid a build error with -O0.
= mbed TLS 2.2.1 released 2016-01-05
Security