[git commit master 1/1] Disables the automatic disable of shared library for sparc-v7.

Austin Foxley austinf at cetoncorp.com
Thu Nov 18 18:34:13 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=22bf234a7119559901adfedc9991876af01eb64c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

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 at gaisler.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 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 abb4d78..dd89490 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
-- 
1.7.1



More information about the uClibc-cvs mailing list