mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Avoid build errors with -O0 due to assembly
This commit is contained in:
parent
3551901cd1
commit
25caaf36a6
2 changed files with 22 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue