summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-23 09:39:15 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-23 09:39:15 +0000
commit0cd280b811d0f6c646b65613e0e6c72020a717d0 (patch)
tree997ef9d60dc0494900fa5f1c0245cf720a0ef495 /Config.in
parent116b2828750c2f902cda88083bb52d83b63403d3 (diff)
change default path for staging_dir.
http://www.openwrt.org/forum/viewtopic.php?p=5528#5528 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@421 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 5867be0e6..31ddbac6d 100644
--- a/Config.in
+++ b/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"