diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-28 16:10:27 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-28 22:38:47 +0100 |
commit | 87b81bb56f45f3bb903c085f0745775e140e2154 (patch) | |
tree | 17585c55294c58ef9d9d4a8d2b63da2f3bc5ee34 /Config.in | |
parent | f78b344ea82f6f45547788652c4352ba2a623cbb (diff) |
toolchain: move sysroot to host dir
* Drop the BR2_STAGING_DIR option
* Hardcode STAGING_DIR to $(HOST_DIR)/usr/TUPLE/sysroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -72,19 +72,6 @@ config BR2_DL_DIR The default is $(TOPDIR)/dl -config BR2_STAGING_DIR - string "Toolchain and header file location?" - 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. - Therefore, if you wish to package up a uClibc toolchain, it is - important that is is set to the final location where the toolchain - will be used. - - Most people will leave this set to the default value of - "$(BASE_DIR)/staging". - menu "Mirrors and Download locations" config BR2_PRIMARY_SITE |