docs/manual: update host gcc minimum required version
authorBaruch Siach <baruch@tkos.co.il>
Sun, 5 Aug 2018 10:13:31 +0000 (13:13 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 5 Aug 2018 12:13:41 +0000 (14:13 +0200)
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@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
docs/manual/prerequisite.txt

index 110fab41fdae0db3a2eb89a7a417be167fcdd225..66e1b88f16543ba3964e4065f1ee44ff45459d39 100644 (file)
@@ -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+