commit | a49ba5ea5f208fc8bc491176fdaca6e8b562f97e | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Fri Nov 09 15:46:12 2018 +0000 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Wed Nov 21 12:17:31 2018 +0000 |
tree | e3e5f29ea86c6e6641e877d2ef54e57edfac5caa | |
parent | 11293cccedddc864d2f7ae1aa33d74fba4abf47b [diff] |
README: Specify that C99 is required
diff --git a/README.md b/README.md index a727068..d412a4d 100644 --- a/README.md +++ b/README.md
@@ -34,7 +34,7 @@ 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.