diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-14 00:14:25 +0200 |
---|---|---|
committer | matoro <matoro@users.noreply.github.com> | 2022-07-14 23:39:35 +0200 |
commit | bab5d84790da0290e827be33c9141c9518d380b9 (patch) | |
tree | 71ba88a5c633ba549520e9b8d82a18045fd574bc /README | |
parent | journal: replace __sync intrinsics with __atomic (diff) | |
download | systemd-bab5d84790da0290e827be33c9141c9518d380b9.tar.xz systemd-bab5d84790da0290e827be33c9141c9518d380b9.zip |
README: gcc now has a minimum requirement of 4.7
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -207,7 +207,8 @@ REQUIREMENTS: python >= 3.5 meson >= 0.53.2 ninja - gcc, awk, sed, grep, and similar tools + gcc >= 4.7 + awk, sed, grep, and similar tools clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs from source code in C) gnu-efi >= 3.0.5 (optional, required for systemd-boot) |