diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Config.in | 2 | ||||
-rw-r--r-- | toolchain/toolchain-common.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 70d8de9db..760bb9823 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -93,7 +93,7 @@ config BR2_GCC_SHARED_LIBGCC bool "Build/install a shared libgcc?" depends on !BR2_PREFER_STATIC_LIB default y - depends on !BR2_sparc && !BR2_sparc64 + depends on !BR2_sparc help Build/install a shared libgcc library diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index ea06acefa..f67c30aa5 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -9,7 +9,6 @@ comment "Common Toolchain Options" config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" - depends on !BR2_cris help If you are building your own toolchain and you want to support files larger than 2GB then enable this option. |