All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated
@ 2015-03-24 12:15 Gustavo Zacarias
  2015-03-24 12:15 ` [Buildroot] [PATCH 2/2] gcc: remove stray bfin --with-cpu exclusion Gustavo Zacarias
  2015-03-25 20:40 ` [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-03-24 12:15 UTC (permalink / raw)
  To: buildroot

It was kept for the internal blackfin toolchain which has been removed
since because of lack of maintenance and testing.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gcc/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 6d514af..cf96c73 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -16,6 +16,7 @@ choice
 
 	config BR2_GCC_VERSION_4_5_X
 		bool "gcc 4.5.x"
+		depends on BR2_DEPRECATED_SINCE_2015_05
 		# Broken or unsupported architectures
 		depends on !BR2_microblaze && !BR2_aarch64 && !BR2_arc \
 			&& !BR2_powerpc64le && !BR2_nios2
-- 
2.0.5

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

* [Buildroot] [PATCH 2/2] gcc: remove stray bfin --with-cpu exclusion
  2015-03-24 12:15 [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Gustavo Zacarias
@ 2015-03-24 12:15 ` Gustavo Zacarias
  2015-03-25 20:40 ` [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-03-24 12:15 UTC (permalink / raw)
  To: buildroot

We no longer support an internal bfin toolchain hence it's dead code.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gcc/gcc.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
index b5d2ddb..24fd7b8 100644
--- a/package/gcc/gcc.mk
+++ b/package/gcc/gcc.mk
@@ -186,8 +186,6 @@ endif
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_ABI)),)
 HOST_GCC_COMMON_CONF_OPTS += --with-abi=$(BR2_GCC_TARGET_ABI)
 endif
-# GCC doesn't support --with-cpu for bfin
-ifeq ($(BR2_bfin),)
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_CPU)),)
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_CPU_REVISION)),)
 HOST_GCC_COMMON_CONF_OPTS += --with-cpu=$(call qstrip,$(BR2_GCC_TARGET_CPU)-$(BR2_GCC_TARGET_CPU_REVISION))
@@ -195,7 +193,6 @@ else
 HOST_GCC_COMMON_CONF_OPTS += --with-cpu=$(call qstrip,$(BR2_GCC_TARGET_CPU))
 endif
 endif
-endif
 
 GCC_TARGET_FPU = $(call qstrip,$(BR2_GCC_TARGET_FPU))
 ifneq ($(GCC_TARGET_FPU),)
-- 
2.0.5

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

* [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated
  2015-03-24 12:15 [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Gustavo Zacarias
  2015-03-24 12:15 ` [Buildroot] [PATCH 2/2] gcc: remove stray bfin --with-cpu exclusion Gustavo Zacarias
@ 2015-03-25 20:40 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-25 20:40 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 24 Mar 2015 09:15:05 -0300, Gustavo Zacarias wrote:
> It was kept for the internal blackfin toolchain which has been removed
> since because of lack of maintenance and testing.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/gcc/Config.in.host | 1 +
>  1 file changed, 1 insertion(+)

Both patches applied.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-03-25 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 12:15 [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Gustavo Zacarias
2015-03-24 12:15 ` [Buildroot] [PATCH 2/2] gcc: remove stray bfin --with-cpu exclusion Gustavo Zacarias
2015-03-25 20:40 ` [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated Thomas Petazzoni

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.