diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-11 15:43:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-31 20:28:21 +0200 |
commit | 97d8618c6cc2970ea5870ae214344b3bff083883 (patch) | |
tree | 26d1450015867195930dac11ede8c234544ea7b8 /toolchain | |
parent | 343f480fe2647febe7fc713722d1131242ba20e3 (diff) |
Remove code specific to removed architectures
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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. |