docs/manual: update host gcc minimum required version

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>
This commit is contained in:
Baruch Siach 2018-08-05 13:13:31 +03:00 committed by Thomas Petazzoni
parent 1eef94f12b
commit 27797caf76
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ between distributions).
** +make+ (version 3.81 or any later) ** +make+ (version 3.81 or any later)
** +binutils+ ** +binutils+
** +build-essential+ (only for Debian based systems) ** +build-essential+ (only for Debian based systems)
** +gcc+ (version 2.95 or any later) ** +gcc+ (version 4.4 or any later)
** `g++` (version 2.95 or any later) ** `g++` (version 4.4 or any later)
** +bash+ ** +bash+
** +patch+ ** +patch+
** +gzip+ ** +gzip+