Skip to content

Commit

Permalink
package/gcc: remove leftover from legacy PowerPC patch
Browse files Browse the repository at this point in the history
In commit 0c82f3f (package/gcc: remove powerpc conditional patching
logic), the macro defining the conditional patch was removed, but it was
still referenced and expanded in the apply-patches hook.

Drop that now.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 84cdd92)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
yann-morin-1998 authored and jacmet committed Oct 15, 2023
1 parent fa8d1ac commit 1a91b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/gcc/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ define HOST_GCC_APPLY_PATCHES
$(APPLY_PATCHES) $(@D) $${patchdir} \*.patch || exit 1; \
fi; \
done
$(HOST_GCC_APPLY_POWERPC_PATCH)
endef

HOST_GCC_EXCLUDES = \
Expand Down

0 comments on commit 1a91b6a

Please sign in to comment.