summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-13 18:14:25 -0400
committermatoro <matoro@users.noreply.github.com>2022-07-14 17:39:35 -0400
commitbab5d84790da0290e827be33c9141c9518d380b9 (patch)
tree71ba88a5c633ba549520e9b8d82a18045fd574bc /README
parent60c040f6a7f59c4cb83ae803a9a6793b5ff458a8 (diff)
downloadsystemd-bab5d84790da0290e827be33c9141c9518d380b9.tar.gz
README: gcc now has a minimum requirement of 4.7
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 0b9988ce20..4f9fcc7170 100644
--- a/README
+++ b/README
@@ -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)