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 <[email protected]>
Cc: Romain Naour <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
yann-morin-1998 authored and jacmet committed Oct 15, 2023
1 parent 2dc61bf commit 84cdd92
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 @@ -44,7 +44,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 84cdd92

Please sign in to comment.