aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit41f65be77df7e337ee7a4b9e4d2faf8a27fc6ed9 (patch)
treee1a463f67f836d9daaa71e8317104156b9ccac32 /toolchain/binutils/binutils.mk
parent42ba5c898eabc9602ced05f941aa1d5e9c38a38e (diff)
downloadupstream-41f65be77df7e337ee7a4b9e4d2faf8a27fc6ed9.tar.gz
upstream-41f65be77df7e337ee7a4b9e4d2faf8a27fc6ed9.tar.bz2
upstream-41f65be77df7e337ee7a4b9e4d2faf8a27fc6ed9.zip
binutils & gcc patches from uclibc buildroot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/binutils.mk')
-rw-r--r--toolchain/binutils/binutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index c0d504d6dc..8fccbac370 100644
--- a/toolchain/binutils/binutils.mk
+++ b/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