X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Config.in;h=31ddbac6d736001ef987b769b02348a185529660;hb=fb899479c5862cdddf193d406479bcc8f71a2a94;hp=5867be0e6f30623023ec31cb76e53ebb9324886a;hpb=f77b88d124ea1c900f9cf5e04046939aad48bbe1;p=openwrt-10.03%2F.git 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"