arch/m68k: get rid of BR2_GCC_TARGET_TUNE
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Oct 2014 20:27:14 +0000 (22:27 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Nov 2014 23:14:13 +0000 (00:14 +0100)
commitdb5e6d6c14eed257483e6982c24d1afd5abb36a1
tree9faa687f2efe23110737e2876afb5458397eb66f
parent75418c4cf678a3c34352bd7a781296937815681d
arch/m68k: get rid of BR2_GCC_TARGET_TUNE

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.m68k