Skip to content
Snippets Groups Projects
Commit 9e88c96a authored by Waldemar Brodkorb's avatar Waldemar Brodkorb
Browse files

change default path for staging_dir. http://www.openwrt.org/forum/viewtopic.php?p=5528#5528

SVN-Revision: 421
parent 23965113
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -116,7 +116,7 @@ dirclean: clean
rm -rf $(BUILD_DIR)
distclean: clean
rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR)
rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
rm -f .config* .tmpconfig.h
sourceball: distclean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment