summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/binutils/binutils.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-07 12:41:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-07 12:41:16 +0000
commit1b22642f292f8a284c0fd51be31379879edf199e (patch)
tree11aa8306a4266be4cae7201a3d1597596b59c643 /openwrt/toolchain/binutils/binutils.mk
parentdb449cb9aa58e82fa752c9d8095fb9dac3c494b1 (diff)
downloadmtk-20170518-1b22642f292f8a284c0fd51be31379879edf199e.zip
mtk-20170518-1b22642f292f8a284c0fd51be31379879edf199e.tar.gz
mtk-20170518-1b22642f292f8a284c0fd51be31379879edf199e.tar.bz2
binutils & gcc patches from uclibc buildroot
SVN-Revision: 331
Diffstat (limited to 'openwrt/toolchain/binutils/binutils.mk')
-rw-r--r--openwrt/toolchain/binutils/binutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/toolchain/binutils/binutils.mk b/openwrt/toolchain/binutils/binutils.mk
index c0d504d..8fccbac 100644
--- a/openwrt/toolchain/binutils/binutils.mk
+++ b/openwrt/toolchain/binutils/binutils.mk
@@ -34,6 +34,7 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
$(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked
# Apply appropriate binutils patches.
$(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./$(BINUTILS_VERSION) \*.patch
+ $(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./all \*.patch
touch $(BINUTILS_DIR)/.patched
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched