diff options
author | Konrad Eisele <konrad@gaisler.com> | 2010-11-18 10:32:37 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-11-18 10:34:13 -0800 |
commit | 22bf234a7119559901adfedc9991876af01eb64c (patch) | |
tree | 262ab7fc15769a07731763ea22512eddcdd75a5d /extra | |
parent | e428bff6b2825a5081ae2f081471e5e3921a2e9f (diff) |
Disables the automatic disable of shared library for sparc-v7.
I dont see a dependency between shared library and v7.
The difference between v7 and v8 is that in v8 you have
the added math asm-insns: smul/umul/udiv/sdiv/urem.
It shouldnt affect shared libraries creation.
Signed-off-by: Konrad Eisele <konrad@gaisler.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sparc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index abb4d7874..dd8949039 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -23,7 +23,6 @@ choice SPARC v7 will give you only static support. config CONFIG_SPARC_V7 - select ARCH_HAS_NO_SHARED bool "SPARC v7" config CONFIG_SPARC_V8 |