diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-23 09:39:15 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-23 09:39:15 +0000 |
commit | 9e88c96a2435d2c259aef1446823497c3cb7173e (patch) | |
tree | ccc771c5dd60e503ca9ffc2f37a8dc98bd5c3b1f /openwrt/Config.in | |
parent | 23965113ae934c5459a6bd8a576628919a26fbef (diff) | |
download | mtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.zip mtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.tar.gz mtk-20170518-9e88c96a2435d2c259aef1446823497c3cb7173e.tar.bz2 |
change default path for staging_dir. http://www.openwrt.org/forum/viewtopic.php?p=5528#5528
SVN-Revision: 421
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 5867be0..31ddbac 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -86,7 +86,7 @@ config BR2_TAR_VERBOSITY config BR2_STAGING_DIR string "Toolchain and header file location?" - default "$(BUILD_DIR)/staging_dir" + default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)" help This is the location where the toolchain will be installed. Since the toolchain will not work if it is moved from this @@ -95,7 +95,7 @@ config BR2_STAGING_DIR the toolchain will be used. Most people will leave this set to the default value of - "$(BUILD_DIR)/staging_dir". + "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)". config BR2_JLEVEL int "Number of jobs to run simultaneously" |