diff mbox series

docs/manual: update host gcc minimum required version

Message ID 9d4d4477b77d5fea865f0b0e76982ac483665ac2.1533464011.git.baruch@tkos.co.il
State Accepted
Headers show
Series docs/manual: update host gcc minimum required version | expand

Commit Message

Baruch Siach Aug. 5, 2018, 10:13 a.m. UTC
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>
---
 docs/manual/prerequisite.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Aug. 5, 2018, 11:48 a.m. UTC | #1
Baruch, All,

On 2018-08-05 13:13 +0300, Baruch Siach spake thusly:
> The oldest gcc that is known to work with current Buildroot is that of
> RHEL 6, version 4.4.

I hadn't seen your patch before I sent mine, sorry.

> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

I've marked my patch as rejected, then (although I prefer my commit
message! ;-] ).

Regards,
Yann E. MORIN.

> ---
>  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 110fab41fdae..66e1b88f1654 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.18.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Aug. 5, 2018, 12:15 p.m. UTC | #2
Hello,

On Sun,  5 Aug 2018 13:13:31 +0300, Baruch Siach wrote:
> 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>
> ---
>  docs/manual/prerequisite.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 23, 2018, 10:06 p.m. UTC | #3
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed to 2018.02.x and 2018.05.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 110fab41fdae..66e1b88f1654 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+