summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-02-02 10:05:56 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-02 22:46:13 +0100
commita2b4f7fbbdbd491c7ed8e87ea0ff2584ab8bde81 (patch)
tree0fa1e690b2ffbdc0b9a70d483c4a0b36af4dd014 /Config.in
parentd1a93022868df4cab0498d08299f39fe5a03cdb4 (diff)
downloadbuildroot-novena-a2b4f7fbbdbd491c7ed8e87ea0ff2584ab8bde81.tar.gz
buildroot-novena-a2b4f7fbbdbd491c7ed8e87ea0ff2584ab8bde81.zip
toolchain: introduce HOST_DIR option
Allow the user to define HOST_DIR in the config menu. This way when building an internal toolchain a separate (maybe shared) output directory may be defined and the toolchain can be used by multiple users and/or projects. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 423499ae4..af26bbebb 100644
--- a/Config.in
+++ b/Config.in
@@ -72,6 +72,16 @@ config BR2_DL_DIR
The default is $(TOPDIR)/dl
+config BR2_HOST_DIR
+ string "Host dir"
+ default "$(BASE_DIR)/host"
+ help
+ Directory to store all the binary files that are built for the host.
+ This includes the cross compilation toolchain when building the
+ internal buildroot toolchain.
+
+ The default is $(BASE_DIR)/host
+
menu "Mirrors and Download locations"
config BR2_PRIMARY_SITE