Require unix-utils in path for windows make

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-13 11:59:19 +00:00
parent d72704b0d5
commit 5d46cca09a
5 changed files with 9 additions and 25 deletions

View file

@ -18,6 +18,9 @@ Changes
"minimize" others (eg use stddef.h if only size_t is needed).
* Change #include lines in test files to use double quotes instead of angle
brackets for uniformity with the rest of the code.
* Building with 'make' on windows now requires Unix utilities in the PATH
as well as a Unix shell. This enables more features such as the 'check'
target.
= mbed TLS 1.3.10 released 2015-02-09
Security