summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-02-05 11:02:49 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-02-05 11:45:10 +0100
commit4e71714bcac45504fe3568e55d2f73c6043d03ae (patch)
tree488fc16cf18e019146648e867cc079be96836a71 /README
parentMerge pull request #31197 from YHNdnzj/protect-system-cred (diff)
downloadsystemd-4e71714bcac45504fe3568e55d2f73c6043d03ae.tar.xz
systemd-4e71714bcac45504fe3568e55d2f73c6043d03ae.zip
README: bump the gcc baseline to 8.4
We already use __VA_OPT__ in multiple places, which was introduced in gcc 8 [0], so let's bump the baseline to reflect that. I chose gcc 8.4, as that was the lowest 8.x version I could easily get my hands on when I verified this (on Ubuntu Focal with the gcc-8 package). Closes: #31191 [0] https://gcc.gnu.org/gcc-8/changes.html
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d6ff8fa6be..3b62e369fa 100644
--- a/README
+++ b/README
@@ -217,7 +217,7 @@ REQUIREMENTS:
pyelftools (optional, required for systemd-boot)
meson >= 0.60.0
ninja
- gcc >= 4.7
+ gcc >= 8.4
awk, sed, grep, and similar tools
clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs
from source code in C)