Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/Config.in.powerpc: remove unused gcc target abi options for powerpc
@ 2019-05-26 17:42 Romain Naour
  2019-06-01 12:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2019-05-26 17:42 UTC (permalink / raw)
  To: buildroot

gcc target abi options for powerpc were added by [1] and renamed by [2]
to BR2_PPC_ABI_* but never used. Since always BR2_GCC_TARGET_ABI is empty
when using a powerpc toolchain.

Buildroot currently support SPE and Classic target ABI, nothing seems
to require a specific gcc target abi option.

This patch is a cleanup like commit [3].

[1] 7d8a59b40e46fa6ed84a5b78644327e97d04adef
[2] 98175bd43dbfc70f473cca6759bc8a2f4e655734
[3] fd08153b9d677d654add6c580b9ccc5c27d672e2

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Cyril Bur <cyrilbur@gmail.com>
Cc: Sam Bobroff <sam.bobroff@au1.ibm.com>
---
 arch/Config.in.powerpc | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index 7a452a630a..394f2e625c 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -205,14 +205,6 @@ config BR2_GCC_TARGET_CPU
 	default "power7"	if BR2_powerpc_power7
 	default "power8"	if BR2_powerpc_power8
 
-config BR2_GCC_TARGET_ABI
-	default "altivec"		if BR2_PPC_ABI_altivec
-	default "no-altivec"		if BR2_PPC_ABI_no-altivec
-	default "spe"			if BR2_PPC_ABI_spe
-	default "no-spe"		if BR2_PPC_ABI_no-spe
-	default "ibmlongdouble"		if BR2_PPC_ABI_ibmlongdouble
-	default "ieeelongdouble"	if BR2_PPC_ABI_ieeelongdouble
-
 config BR2_READELF_ARCH_NAME
 	default "PowerPC"	if BR2_powerpc
 	default "PowerPC64"	if BR2_powerpc64 || BR2_powerpc64le
-- 
2.21.0

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

* [Buildroot] [PATCH] arch/Config.in.powerpc: remove unused gcc target abi options for powerpc
  2019-05-26 17:42 [Buildroot] [PATCH] arch/Config.in.powerpc: remove unused gcc target abi options for powerpc Romain Naour
@ 2019-06-01 12:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-06-01 12:27 UTC (permalink / raw)
  To: buildroot

On Sun, 26 May 2019 19:42:46 +0200
Romain Naour <romain.naour@gmail.com> wrote:

> gcc target abi options for powerpc were added by [1] and renamed by [2]
> to BR2_PPC_ABI_* but never used. Since always BR2_GCC_TARGET_ABI is empty
> when using a powerpc toolchain.
> 
> Buildroot currently support SPE and Classic target ABI, nothing seems
> to require a specific gcc target abi option.
> 
> This patch is a cleanup like commit [3].
> 
> [1] 7d8a59b40e46fa6ed84a5b78644327e97d04adef
> [2] 98175bd43dbfc70f473cca6759bc8a2f4e655734
> [3] fd08153b9d677d654add6c580b9ccc5c27d672e2
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Cyril Bur <cyrilbur@gmail.com>
> Cc: Sam Bobroff <sam.bobroff@au1.ibm.com>
> ---
>  arch/Config.in.powerpc | 8 --------
>  1 file changed, 8 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-06-01 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-26 17:42 [Buildroot] [PATCH] arch/Config.in.powerpc: remove unused gcc target abi options for powerpc Romain Naour
2019-06-01 12:27 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox