diff mbox

[28/31] arch/m68k: get rid of BR2_GCC_TARGET_TUNE

Message ID 1413749285-1108-29-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit db5e6d6c14eed257483e6982c24d1afd5abb36a1
Headers show

Commit Message

Thomas Petazzoni Oct. 19, 2014, 8:08 p.m. UTC
On m68k, we are passing the exact same values of BR2_GCC_TARGET_ARCH
and BR2_GCC_TARGET_TUNE, which is redundant. Therefore, this commit
removes the usage of BR2_GCC_TARGET_TUNE on m68k.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/Config.in.m68k | 8 --------
 1 file changed, 8 deletions(-)

Comments

Yann E. MORIN Oct. 19, 2014, 10:18 p.m. UTC | #1
Thomas, All,

On 2014-10-19 22:08 +0200, Thomas Petazzoni spake thusly:
> On m68k, we are passing the exact same values of BR2_GCC_TARGET_ARCH
> and BR2_GCC_TARGET_TUNE, which is redundant. Therefore, this commit
> removes the usage of BR2_GCC_TARGET_TUNE on m68k.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

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

Regards,
Yann E. MORIN.

> ---
>  arch/Config.in.m68k | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/arch/Config.in.m68k b/arch/Config.in.m68k
> index 6b79307..6b868a1 100644
> --- a/arch/Config.in.m68k
> +++ b/arch/Config.in.m68k
> @@ -7,14 +7,6 @@ config BR2_ENDIAN
>  config BR2_ARCH_HAS_ATOMICS
>  	default y
>  
> -config BR2_GCC_TARGET_TUNE
> -	default "68000"		if BR2_m68k_68000
> -	default "68010"		if BR2_m68k_68010
> -	default "68020"		if BR2_m68k_68020
> -	default "68030"		if BR2_m68k_68030
> -	default "68040"		if BR2_m68k_68040
> -	default "68060"		if BR2_m68k_68060
> -
>  config BR2_GCC_TARGET_ARCH
>  	default "68000"		if BR2_m68k_68000
>  	default "68010"		if BR2_m68k_68010
> -- 
> 2.0.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/arch/Config.in.m68k b/arch/Config.in.m68k
index 6b79307..6b868a1 100644
--- a/arch/Config.in.m68k
+++ b/arch/Config.in.m68k
@@ -7,14 +7,6 @@  config BR2_ENDIAN
 config BR2_ARCH_HAS_ATOMICS
 	default y
 
-config BR2_GCC_TARGET_TUNE
-	default "68000"		if BR2_m68k_68000
-	default "68010"		if BR2_m68k_68010
-	default "68020"		if BR2_m68k_68020
-	default "68030"		if BR2_m68k_68030
-	default "68040"		if BR2_m68k_68040
-	default "68060"		if BR2_m68k_68060
-
 config BR2_GCC_TARGET_ARCH
 	default "68000"		if BR2_m68k_68000
 	default "68010"		if BR2_m68k_68010