README: Specify that C99 is required

This commit is contained in:
Jaeden Amero 2018-11-09 15:46:12 +00:00
parent 11293ccced
commit a49ba5ea5f

View File

@ -34,7 +34,7 @@ Since the Mbed Crypto library is a reference implementation of the PSA cryptogra
You need the following tools to build the library with the provided makefiles:
* GNU Make.
* A C toolchain (compiler, linker, archiver).
* A C99 toolchain (compiler, linker, archiver).
* Python 2 or Python 3 (either will work) to generate the test code.
* Perl to run the tests.