From 762fb617d1bc435169ffb7c8dd646af15e5db934 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 6 Oct 2017 17:25:55 +1100 Subject: gcc-host plugin: use gcc patches prevents mismatches when other gcc plugins are used --- plugins/examples/host-toolchain/gcc-host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk index bab48e1..86428d0 100644 --- a/plugins/examples/host-toolchain/gcc-host.mk +++ b/plugins/examples/host-toolchain/gcc-host.mk @@ -6,7 +6,7 @@ $(PKG)_VERSION = $(gcc_VERSION) $(PKG)_CHECKSUM = $(gcc_CHECKSUM) $(PKG)_SUBDIR = $(gcc_SUBDIR) $(PKG)_FILE = $(gcc_FILE) -$(PKG)_PATCHES = $(realpath $(sort $(wildcard $(addsuffix /gcc-[0-9]*.patch, $(TOP_DIR)/src)))) +$(PKG)_PATCHES = $(gcc_PATCHES) $(PKG)_URL = $(gcc_URL) $(PKG)_URL_2 = $(gcc_URL_2) $(PKG)_DEPS := gcc binutils-host gmp isl mpfr mpc pthreads -- cgit v0.12