X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=README.md;h=8dfd5e96a62ab2cc048e54e26a111bcc7b357894;hp=dd7ebd1c39cf6b5d2182c04522caed31cddbd35f;hb=ddec79fd4f75b5ae0c49ee25c843220cf060cb96;hpb=b72f6acbd36aeb32c9f5345082a8d0bdd779a9aa diff --git a/README.md b/README.md index dd7ebd1..8dfd5e9 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ supported, with the following exceptions: - Alpha, ia64 and ARM architectures depend on GCC 4.x with atomic builtins support. For ARM this was introduced with GCC 4.4: http://gcc.gnu.org/gcc-4.4/changes.html. + - Linux aarch64 depends on GCC 5.1 or better because prior versions + perform unsafe access to deallocated stack. Clang version 3.0 (based on LLVM 3.0) is supported.