summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-05 05:13:46 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-05 05:13:46 +0000
commitac211bea29c42bb39de8fdec13134fa11519e404 (patch)
treed68f3256af222ea3128c6e2b0c36bcfc3dc48c44 /toolchain
parentcb3903168b18d38d6fc5ea78f1e60cdd470c44d8 (diff)
Enable the option.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index fa60e38db..2cea49031 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -111,9 +111,8 @@ config BR2_GCC_VERSION
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT
-# bool "Enable toolchain with --sysroot support"
- bool
- depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6 &&!BR2_GCC_VERSION_4_0_0 && !BR2_GCC_VERSION_4_0_1 && !BR2_GCC_VERSION_4_0_2 && !BR2_GCC_VERSION_4_0_3 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_0 && !BR2_GCC_VERSION_4_1_1 && !BR2_GCC_VERSION_4_1_2
+ bool "Enable toolchain with --sysroot support"
+ depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6
default y
help
Enables --sysroot=dir for binutils and gcc.