[Buildroot] [PATCH] docs/manual: gcc 4.4 is the lowest we are known to work with

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 5 11:46:15 UTC 2018


gcc-2.95 is old. No, it is not old; it is antediluvian.

The odlest gcc version we are testing against is gcc-4.4 (on Holiss'
autobuilder using RHEL6.5).

Update the manual accordingly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Cc: Hollis Blanchard <hollis_blanchard at mentor.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+
-- 
2.14.1



More information about the buildroot mailing list