diff options
| -rw-r--r-- | toolchain/gcc/Config.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ed0c1080a..97d5eb778 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -153,6 +153,7 @@ config BR2_INSTALL_FORTRAN  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  	help | 
