* [Buildroot] [PATCH] docs/manual: update host gcc minimum required version
@ 2018-08-05 10:13 Baruch Siach
2018-08-05 11:48 ` Yann E. MORIN
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Baruch Siach @ 2018-08-05 10:13 UTC (permalink / raw)
To: buildroot
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(-)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] docs/manual: update host gcc minimum required version
2018-08-05 10:13 [Buildroot] [PATCH] docs/manual: update host gcc minimum required version Baruch Siach
@ 2018-08-05 11:48 ` Yann E. MORIN
2018-08-05 12:15 ` Thomas Petazzoni
2018-08-23 22:06 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2018-08-05 11:48 UTC (permalink / raw)
To: buildroot
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 at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] docs/manual: update host gcc minimum required version
2018-08-05 10:13 [Buildroot] [PATCH] docs/manual: update host gcc minimum required version Baruch Siach
2018-08-05 11:48 ` Yann E. MORIN
@ 2018-08-05 12:15 ` Thomas Petazzoni
2018-08-23 22:06 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-08-05 12:15 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] docs/manual: update host gcc minimum required version
2018-08-05 10:13 [Buildroot] [PATCH] docs/manual: update host gcc minimum required version Baruch Siach
2018-08-05 11:48 ` Yann E. MORIN
2018-08-05 12:15 ` Thomas Petazzoni
@ 2018-08-23 22:06 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-08-23 22:06 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-23 22:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-05 10:13 [Buildroot] [PATCH] docs/manual: update host gcc minimum required version Baruch Siach
2018-08-05 11:48 ` Yann E. MORIN
2018-08-05 12:15 ` Thomas Petazzoni
2018-08-23 22:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox