[Buildroot] [git commit branch/2018.02.x] docs/manual: update host gcc minimum required version

Peter Korsgaard peter at korsgaard.com
Thu Aug 23 22:05:37 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=20d363fb9e85a0449ffab30cef61dc2295a45af6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

The oldest gcc that is known to work with current Buildroot is that of
RHEL 6, version 4.4.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 27797caf76b58aaa9ca0c4dc1044b328dbc6e829)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/prerequisite.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 110fab41fd..66e1b88f16 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -23,8 +23,8 @@ between distributions).
 ** +make+ (version 3.81 or any later)
 ** +binutils+
 ** +build-essential+ (only for Debian based systems)
-** +gcc+ (version 2.95 or any later)
-** `g++` (version 2.95 or any later)
+** +gcc+ (version 4.4 or any later)
+** `g++` (version 4.4 or any later)
 ** +bash+
 ** +patch+
 ** +gzip+


More information about the buildroot mailing list