From 87b81bb56f45f3bb903c085f0745775e140e2154 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 28 Dec 2010 16:10:27 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- Config.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index ff7744952..df0c7cef4 100644 --- a/Config.in +++ b/Config.in @@ -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 -- cgit v1.2.3