All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching
@ 2020-09-24 10:22 Thomas Petazzoni
  2020-09-30 21:05 ` Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-09-24 10:22 UTC (permalink / raw)
  To: buildroot

We used to have a conditional patch applied on PowerPC soft-float, but
this logic was dropped in commit
0c82f3f63563c4d4d7e034d0e9e4ceb766d92322 ("package/gcc: remove powerpc
conditional patching logic"). However, we still have some related
leftovers in the calculation of the hashes for ccache, which can now
be dropped.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
---
 package/gcc/gcc.mk | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
index d9c4b4ef83..cc1dbbcf3a 100644
--- a/package/gcc/gcc.mk
+++ b/package/gcc/gcc.mk
@@ -279,11 +279,6 @@ HOST_GCC_COMMON_CCACHE_HASH_FILES += \
 ifeq ($(BR2_xtensa),y)
 HOST_GCC_COMMON_CCACHE_HASH_FILES += $(ARCH_XTENSA_OVERLAY_TAR)
 endif
-ifeq ($(ARCH),powerpc)
-ifneq ($(BR2_SOFT_FLOAT),)
-HOST_GCC_COMMON_CCACHE_HASH_FILES += package/gcc/$(GCC_VERSION)/1000-powerpc-link-with-math-lib.patch.conditional
-endif
-endif
 
 # _CONF_OPTS contains some references to the absolute path of $(HOST_DIR)
 # and a reference to the Buildroot git revision (BR2_VERSION_FULL),
-- 
2.26.2

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

* [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching
  2020-09-24 10:22 [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching Thomas Petazzoni
@ 2020-09-30 21:05 ` Romain Naour
  2020-10-01  8:58 ` Thomas Petazzoni
  2020-10-03  6:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Romain Naour @ 2020-09-30 21:05 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

Le 24/09/2020 ? 12:22, Thomas Petazzoni a ?crit?:
> We used to have a conditional patch applied on PowerPC soft-float, but
> this logic was dropped in commit
> 0c82f3f63563c4d4d7e034d0e9e4ceb766d92322 ("package/gcc: remove powerpc
> conditional patching logic"). However, we still have some related
> leftovers in the calculation of the hashes for ccache, which can now
> be dropped.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Romain Naour <romain.naour@gmail.com>
> Cc: Arnout Vandecappelle <arnout@mind.be>

Acked-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> ---
>  package/gcc/gcc.mk | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
> index d9c4b4ef83..cc1dbbcf3a 100644
> --- a/package/gcc/gcc.mk
> +++ b/package/gcc/gcc.mk
> @@ -279,11 +279,6 @@ HOST_GCC_COMMON_CCACHE_HASH_FILES += \
>  ifeq ($(BR2_xtensa),y)
>  HOST_GCC_COMMON_CCACHE_HASH_FILES += $(ARCH_XTENSA_OVERLAY_TAR)
>  endif
> -ifeq ($(ARCH),powerpc)
> -ifneq ($(BR2_SOFT_FLOAT),)
> -HOST_GCC_COMMON_CCACHE_HASH_FILES += package/gcc/$(GCC_VERSION)/1000-powerpc-link-with-math-lib.patch.conditional
> -endif
> -endif
>  
>  # _CONF_OPTS contains some references to the absolute path of $(HOST_DIR)
>  # and a reference to the Buildroot git revision (BR2_VERSION_FULL),
> 

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

* [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching
  2020-09-24 10:22 [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching Thomas Petazzoni
  2020-09-30 21:05 ` Romain Naour
@ 2020-10-01  8:58 ` Thomas Petazzoni
  2020-10-03  6:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-10-01  8:58 UTC (permalink / raw)
  To: buildroot

On Thu, 24 Sep 2020 12:22:18 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> We used to have a conditional patch applied on PowerPC soft-float, but
> this logic was dropped in commit
> 0c82f3f63563c4d4d7e034d0e9e4ceb766d92322 ("package/gcc: remove powerpc
> conditional patching logic"). However, we still have some related
> leftovers in the calculation of the hashes for ccache, which can now
> be dropped.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Romain Naour <romain.naour@gmail.com>
> Cc: Arnout Vandecappelle <arnout@mind.be>
> ---
>  package/gcc/gcc.mk | 5 -----
>  1 file changed, 5 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching
  2020-09-24 10:22 [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching Thomas Petazzoni
  2020-09-30 21:05 ` Romain Naour
  2020-10-01  8:58 ` Thomas Petazzoni
@ 2020-10-03  6:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-10-03  6:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > We used to have a conditional patch applied on PowerPC soft-float, but
 > this logic was dropped in commit
 > 0c82f3f63563c4d4d7e034d0e9e4ceb766d92322 ("package/gcc: remove powerpc
 > conditional patching logic"). However, we still have some related
 > leftovers in the calculation of the hashes for ccache, which can now
 > be dropped.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Romain Naour <romain.naour@gmail.com>
 > Cc: Arnout Vandecappelle <arnout@mind.be>

Committed to 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-03  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 10:22 [Buildroot] [PATCH] package/gcc: drop leftovers from PowerPC conditional patching Thomas Petazzoni
2020-09-30 21:05 ` Romain Naour
2020-10-01  8:58 ` Thomas Petazzoni
2020-10-03  6:16 ` Peter Korsgaard

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.