aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-02-24 15:05:49 -0800
committerEric Kunze <eric.kunze@arm.com>2023-03-04 00:05:28 +0000
commitd723cc2a70e62e86e4de8858d3fc056ba5d7d541 (patch)
tree40fb1174893d8e8725557dd49a85befb3576cea3
parent0cef07eca8c91738093df86903f3584daaf12b9a (diff)
downloadreference_model-d723cc2a70e62e86e4de8858d3fc056ba5d7d541.tar.gz
Update compiler versions in README
Brings up to date with commonly tested configuration Change-Id: Id1791f506e6d822d69ee962a9403a7092afeaaf6 Signed-off-by: Eric Kunze <eric.kunze@arm.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 649246d..94c5a2a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ tools:
* CMake version 3.4 or later
* GNU Make 4.1 or later
-* GCC (tested with 7.5.0) or Clang C++ compiler (tested with clang-9)
+* GCC (tested with 9.4.0) or Clang C++ compiler (tested with clang-10)
with C++17 support
The model includes the following git submodules:
@@ -36,7 +36,7 @@ The model includes the following git submodules:
* doctest 2.4.9 (When building unit tests)
The model is written using
-C++17 and has been primarily tested on Ubuntu x86_64 18.04 LTS Linux
+C++17 and has been primarily tested on Ubuntu x86_64 20.04 LTS Linux
systems.
The testing infrastructure requires: