From 97d8618c6cc2970ea5870ae214344b3bff083883 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 11 Aug 2010 15:43:30 +0200 Subject: Remove code specific to removed architectures Signed-off-by: Thomas Petazzoni --- toolchain/gcc/Config.in | 2 +- toolchain/toolchain-common.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'toolchain') 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. -- cgit v1.2.3