All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] [autobuild] configs: update PowerPC Kconfig symbols
@ 2015-12-26 12:16 Romain Naour
  2015-12-26 14:52 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Romain Naour @ 2015-12-26 12:16 UTC (permalink / raw)
  To: buildroot

The Kconfig symbole BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
has been renamed to BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC in commit
[1].

The CS PowerPC 2011.03 toolchain is still used if
BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is selected, except if the
selected PPC CPU has SPE support. In this cas the CS PowerPC 2012.03 will
be used.

[1] https://git.busybox.net/buildroot/commit/?id=fa4214e21b50b791ec365c64897ac2676b45448a
[2] http://lists.busybox.net/pipermail/buildroot/2015-December/148311.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 web/toolchains/configs/sourcery-powerpc-e500v2.config | 1 -
 web/toolchains/configs/sourcery-powerpc.config        | 2 --
 2 files changed, 3 deletions(-)

diff --git a/web/toolchains/configs/sourcery-powerpc-e500v2.config b/web/toolchains/configs/sourcery-powerpc-e500v2.config
index f4e3b57..95b88a0 100644
--- a/web/toolchains/configs/sourcery-powerpc-e500v2.config
+++ b/web/toolchains/configs/sourcery-powerpc-e500v2.config
@@ -1,4 +1,3 @@
 BR2_powerpc=y
 BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
 BR2_TARGET_OPTIMIZATION="-te500v2"
diff --git a/web/toolchains/configs/sourcery-powerpc.config b/web/toolchains/configs/sourcery-powerpc.config
index 532fab5..385ca88 100644
--- a/web/toolchains/configs/sourcery-powerpc.config
+++ b/web/toolchains/configs/sourcery-powerpc.config
@@ -1,4 +1,2 @@
 BR2_powerpc=y
 BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
-
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] [autobuild] configs: update PowerPC Kconfig symbols
  2015-12-26 12:16 [Buildroot] [PATCH 1/1] [autobuild] configs: update PowerPC Kconfig symbols Romain Naour
@ 2015-12-26 14:52 ` Yann E. MORIN
  2015-12-26 20:42   ` Romain Naour
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2015-12-26 14:52 UTC (permalink / raw)
  To: buildroot

Romain, All,

On 2015-12-26 13:16 +0100, Romain Naour spake thusly:
> The Kconfig symbole BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
> has been renamed to BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC in commit
> [1].
> 
> The CS PowerPC 2011.03 toolchain is still used if
> BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is selected, except if the
> selected PPC CPU has SPE support. In this cas the CS PowerPC 2012.03 will
> be used.
> 
> [1] https://git.busybox.net/buildroot/commit/?id=fa4214e21b50b791ec365c64897ac2676b45448a
> [2] http://lists.busybox.net/pipermail/buildroot/2015-December/148311.html
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  web/toolchains/configs/sourcery-powerpc-e500v2.config | 1 -
>  web/toolchains/configs/sourcery-powerpc.config        | 2 --
>  2 files changed, 3 deletions(-)
> 
> diff --git a/web/toolchains/configs/sourcery-powerpc-e500v2.config b/web/toolchains/configs/sourcery-powerpc-e500v2.config
> index f4e3b57..95b88a0 100644
> --- a/web/toolchains/configs/sourcery-powerpc-e500v2.config
> +++ b/web/toolchains/configs/sourcery-powerpc-e500v2.config
> @@ -1,4 +1,3 @@
>  BR2_powerpc=y
>  BR2_TOOLCHAIN_EXTERNAL=y
> -BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
>  BR2_TARGET_OPTIMIZATION="-te500v2"

Not directly your fault, but this config is still broken: it needs
BR2_powerpc_8248=y too.

Regards,
Yann E. MORIN.

> diff --git a/web/toolchains/configs/sourcery-powerpc.config b/web/toolchains/configs/sourcery-powerpc.config
> index 532fab5..385ca88 100644
> --- a/web/toolchains/configs/sourcery-powerpc.config
> +++ b/web/toolchains/configs/sourcery-powerpc.config
> @@ -1,4 +1,2 @@
>  BR2_powerpc=y
>  BR2_TOOLCHAIN_EXTERNAL=y
> -BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
> -
> -- 
> 2.4.3
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 3+ messages in thread

* [Buildroot] [PATCH 1/1] [autobuild] configs: update PowerPC Kconfig symbols
  2015-12-26 14:52 ` Yann E. MORIN
@ 2015-12-26 20:42   ` Romain Naour
  0 siblings, 0 replies; 3+ messages in thread
From: Romain Naour @ 2015-12-26 20:42 UTC (permalink / raw)
  To: buildroot

Hi Yann,

Le 26/12/2015 15:52, Yann E. MORIN a ?crit :
> Romain, All,
> 
> On 2015-12-26 13:16 +0100, Romain Naour spake thusly:
>> The Kconfig symbole BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
>> has been renamed to BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC in commit
>> [1].
>>
>> The CS PowerPC 2011.03 toolchain is still used if
>> BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is selected, except if the
>> selected PPC CPU has SPE support. In this cas the CS PowerPC 2012.03 will
>> be used.
>>
>> [1] https://git.busybox.net/buildroot/commit/?id=fa4214e21b50b791ec365c64897ac2676b45448a
>> [2] http://lists.busybox.net/pipermail/buildroot/2015-December/148311.html
>>
>> Signed-off-by: Romain Naour <romain.naour@gmail.com>
>> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
>> ---
>>  web/toolchains/configs/sourcery-powerpc-e500v2.config | 1 -
>>  web/toolchains/configs/sourcery-powerpc.config        | 2 --
>>  2 files changed, 3 deletions(-)
>>
>> diff --git a/web/toolchains/configs/sourcery-powerpc-e500v2.config b/web/toolchains/configs/sourcery-powerpc-e500v2.config
>> index f4e3b57..95b88a0 100644
>> --- a/web/toolchains/configs/sourcery-powerpc-e500v2.config
>> +++ b/web/toolchains/configs/sourcery-powerpc-e500v2.config
>> @@ -1,4 +1,3 @@
>>  BR2_powerpc=y
>>  BR2_TOOLCHAIN_EXTERNAL=y
>> -BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
>>  BR2_TARGET_OPTIMIZATION="-te500v2"
> 
> Not directly your fault, but this config is still broken: it needs
> BR2_powerpc_8248=y too.

I think with CS PowerPC 2012.03 we can also remove
BR2_TARGET_OPTIMIZATION="-te500v2" since there is only one sysroot.

Thanks for the review.

Best regards,
Romain

> 
> Regards,
> Yann E. MORIN.
> 
>> diff --git a/web/toolchains/configs/sourcery-powerpc.config b/web/toolchains/configs/sourcery-powerpc.config
>> index 532fab5..385ca88 100644
>> --- a/web/toolchains/configs/sourcery-powerpc.config
>> +++ b/web/toolchains/configs/sourcery-powerpc.config
>> @@ -1,4 +1,2 @@
>>  BR2_powerpc=y
>>  BR2_TOOLCHAIN_EXTERNAL=y
>> -BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
>> -
>> -- 
>> 2.4.3
>>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-26 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-26 12:16 [Buildroot] [PATCH 1/1] [autobuild] configs: update PowerPC Kconfig symbols Romain Naour
2015-12-26 14:52 ` Yann E. MORIN
2015-12-26 20:42   ` Romain Naour

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.