summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-19 14:47:35 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-19 14:47:35 +0200
commitfe06da781bf153fded6c88012083c07427b74464 (patch)
treeb71f8086c2b618161f492c77abb09cd4a6baea5e /Config.in
parentf5239c327e303a1470829c641bc2d9e28c819d23 (diff)
parent84a8eafd4cbd103e89194ed1768cc43760ecde3a (diff)
downloadbuildroot-novena-fe06da781bf153fded6c88012083c07427b74464.tar.gz
buildroot-novena-fe06da781bf153fded6c88012083c07427b74464.zip
Merge branch 'huge-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in22
1 files changed, 2 insertions, 20 deletions
diff --git a/Config.in b/Config.in
index 146bb17a8..9897a1754 100644
--- a/Config.in
+++ b/Config.in
@@ -88,7 +88,7 @@ source "target/device/Config.in.mirrors"
config BR2_STAGING_DIR
string "Toolchain and header file location?"
- default "$(BUILD_DIR)/staging_dir"
+ default "$(BASE_DIR)/staging"
help
This is the location where the toolchain will be installed. The
toolchain will not work if it is moved from this location.
@@ -97,7 +97,7 @@ config BR2_STAGING_DIR
will be used.
Most people will leave this set to the default value of
- "$(BUILD_DIR)/staging_dir".
+ "$(BASE_DIR)/staging".
config BR2_FPU_SUFFIX
bool "Add '_nofpu' suffix for softfloat toolchains"
@@ -106,24 +106,6 @@ config BR2_FPU_SUFFIX
the "_nofpu" suffix will be added to the toolchain build
directory name and to any rootfs image name
-config BR2_TOPDIR_PREFIX
- string "Custom build dir prefix"
- default ""
- help
- Add a custom string to the beginning of the build directories.
-
- build_ARCH -> [PREFIX]_build_ARCH
- toolchain_build_ARCH -> [PREFIX]_toolchain_build_ARCH
-
-config BR2_TOPDIR_SUFFIX
- string "Custom build dir suffix"
- default ""
- help
- Add a custom string to the end of the build directories.
-
- build_ARCH -> build_ARCH_[SUFFIX]
- toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX]
-
config BR2_GNU_BUILD_SUFFIX
string "GNU build hostname suffix"
default "pc-linux-gnu"