summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-21 22:27:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-11-07 00:14:30 +0100
commitc0b2c5985aa9d0cf35aebef266fe9cf01c54bc3d (patch)
treec67eb29477e7820d607cdede00cca2be39cd52bd /package/gcc
parentdb5e6d6c14eed257483e6982c24d1afd5abb36a1 (diff)
downloadbuildroot-c0b2c5985aa9d0cf35aebef266fe9cf01c54bc3d.tar.gz
buildroot-c0b2c5985aa9d0cf35aebef266fe9cf01c54bc3d.zip
gcc: do not use BR2_GCC_TARGET_TUNE anymore
Since the BR2_GCC_TARGET_TUNE value is always empty now, there is no longer a point in using it in the gcc package. 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>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/gcc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
index 59f6268c20..cdd71aad8c 100644
--- a/package/gcc/gcc.mk
+++ b/package/gcc/gcc.mk
@@ -174,9 +174,6 @@ endif
ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH)),)
HOST_GCC_COMMON_CONF_OPTS += --with-arch=$(BR2_GCC_TARGET_ARCH)
endif
-ifneq ($(call qstrip,$(BR2_GCC_TARGET_TUNE)),)
-HOST_GCC_COMMON_CONF_OPTS += --with-tune=$(BR2_GCC_TARGET_TUNE)
-endif
ifneq ($(call qstrip,$(BR2_GCC_TARGET_ABI)),)
HOST_GCC_COMMON_CONF_OPTS += --with-abi=$(BR2_GCC_TARGET_ABI)
endif
OpenPOWER on IntegriCloud