diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 10:57:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 10:57:35 +0000 |
commit | 78aec4b21df1ec5dc065a803b017a35fd2212e3a (patch) | |
tree | 02898e656265291f857122a6c953c98c506798df /toolchain/binutils | |
parent | 3d3798ce2ccc005c3884214e7d221d335fb64034 (diff) | |
download | upstream-78aec4b21df1ec5dc065a803b017a35fd2212e3a.tar.gz upstream-78aec4b21df1ec5dc065a803b017a35fd2212e3a.tar.bz2 upstream-78aec4b21df1ec5dc065a803b017a35fd2212e3a.zip |
disable autorebuild for the toolchain, as it can easily lead to build breakages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12492 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 1023d9e671..2a881f83d4 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -20,6 +20,7 @@ PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2 PATCH_DIR:=./patches/$(PKG_VERSION) STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) +override CONFIG_AUTOREBUILD= include $(INCLUDE_DIR)/host-build.mk |