2009-02-23 23:52:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
override CONFIG_AUTOREBUILD=
|
|
|
|
|
2009-11-02 00:47:24 +00:00
|
|
|
REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST)
|
2009-02-23 23:52:27 +00:00
|
|
|
STAGING_DIR_HOST:=$(TOOLCHAIN_DIR)
|
|
|
|
BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
|
|
|
|
|
2010-10-03 12:54:07 +00:00
|
|
|
TOOLCHAIN_JOBS?=$(if $(CONFIG_TOOLCHAIN_PARALLEL),-j$(CONFIG_PKG_BUILD_JOBS))
|
|
|
|
|
2009-02-23 23:52:27 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
2009-08-24 23:22:28 +00:00
|
|
|
|
|
|
|
HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared
|