diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-11-21 19:51:12 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-11-21 19:51:12 +0000 |
commit | 30c484fdb10288540f41c4fc063eb7e30de3a637 (patch) | |
tree | 909a2286df9455cb0334087b03cbefb6f394f6b6 /toolchain/binutils | |
parent | 3fb23b0fbd1dc813979468f1d288a1d40c408594 (diff) | |
download | buildroot-novena-30c484fdb10288540f41c4fc063eb7e30de3a637.tar.gz buildroot-novena-30c484fdb10288540f41c4fc063eb7e30de3a637.zip |
binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/binutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 284a1f722..e6174d422 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -38,6 +38,7 @@ $(DL_DIR)/$(BINUTILS_SOURCE): $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE) mkdir -p $(TOOL_BUILD_DIR) $(BINUTILS_CAT) $(DL_DIR)/$(BINUTILS_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) - + $(CONFIG_UPDATE) $(BINUTILS_DIR) touch $(BINUTILS_DIR)/.unpacked $(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked |