Browse Source

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>
Konrad Eisele 14 years ago
parent
commit
22bf234a71
1 changed files with 0 additions and 1 deletions
  1. 0 1
      extra/Configs/Config.sparc

+ 0 - 1
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