OSDN Git Service

sparc: remove sparc64/sparcv9 code
[uclinux-h8/uClibc.git] / extra / Configs / Config.sparc
index abb4d78..47c8ac2 100644 (file)
@@ -11,6 +11,7 @@ config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
        select ARCH_BIG_ENDIAN
+       select ARCH_HAS_DEPRECATED_SYSCALLS
 
 choice
        prompt "Target Processor Type"
@@ -19,20 +20,10 @@ choice
          This is the processor type of your CPU. This information is used for
          optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.
 
-         Warning: shared library support requires v8 or better, so building for 
-         SPARC v7 will give you only static support.
-
 config CONFIG_SPARC_V7
-       select ARCH_HAS_NO_SHARED
        bool "SPARC v7"
 
 config CONFIG_SPARC_V8
        bool "SPARC v8"
 
-config CONFIG_SPARC_V9
-       bool "SPARC v9"
-
-config CONFIG_SPARC_V9B
-       bool "SPARC v9b"
-
 endchoice