aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-02 10:57:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-02 10:57:35 +0000
commit78aec4b21df1ec5dc065a803b017a35fd2212e3a (patch)
tree02898e656265291f857122a6c953c98c506798df /toolchain/gcc/Makefile
parent3d3798ce2ccc005c3884214e7d221d335fb64034 (diff)
downloadmaster-187ad058-78aec4b21df1ec5dc065a803b017a35fd2212e3a.tar.gz
master-187ad058-78aec4b21df1ec5dc065a803b017a35fd2212e3a.tar.bz2
master-187ad058-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/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 700463cb78..be4848b077 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -30,6 +30,7 @@ PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(PKG_VER
PKG_SOURCE:=gcc-$(PKG_VERSION).tar.bz2
STAGING_DIR_HOST:=$(TOOLCHAIN_DIR)
BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
+override CONFIG_AUTOREBUILD=
include $(INCLUDE_DIR)/host-build.mk