From 59f084017e1d72471dcf4af4122b743cf60cbccb Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 31 Jan 2009 20:49:59 +0000 Subject: Change binary toolchain configuration, so that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot. --- toolchain/external-toolchain/Config.in.2 | 5 ++++- toolchain/external-toolchain/ext-tool.mk | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'toolchain/external-toolchain') diff --git a/toolchain/external-toolchain/Config.in.2 b/toolchain/external-toolchain/Config.in.2 index 489558c0f..bf3f75dd4 100644 --- a/toolchain/external-toolchain/Config.in.2 +++ b/toolchain/external-toolchain/Config.in.2 @@ -3,9 +3,12 @@ if BR2_TOOLCHAIN_EXTERNAL config BR2_TOOLCHAIN_EXTERNAL_PATH string "External toolchain path" - default "/path/to/staging_dir/usr" + default "$(GCCROOT)" help Path to where the external toolchain is installed. + Either define GCCROOT in your environment + or an absolute path like: + "/path/to/staging_dir/usr" config BR2_TOOLCHAIN_EXTERNAL_PREFIX string "External toolchain prefix" diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index 1c9197b95..857dec3af 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -60,3 +60,4 @@ $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C))): $(call copy_toolchain_lib_root, $$libs, /lib, $(BR2_TOOLCHAIN_EXTERNAL_STRIP)); \ done $(call copy_toolchain_sysroot) + -- cgit v1.2.3