[toolchain] move common variables to a dedicated include file
[openwrt.git] / toolchain / gcc / Makefile
index 10dab85..e2e8d28 100644 (file)
@@ -47,12 +47,7 @@ endif
 
 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
+include $(INCLUDE_DIR)/toolchain-build.mk
 
 STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed
 
This page took 0.021699 seconds and 4 git commands to generate.