OSDN Git Service

sparc: remove sparc64/sparcv9 code
[uclinux-h8/uClibc.git] / extra / Configs / Config.sparc
index b8c9f25..47c8ac2 100644 (file)
@@ -3,27 +3,27 @@
 # see extra/config/Kconfig-language.txt
 #
 
-mainmenu "uClibc C Library Configuration"
-
-menu "Target Architecture Features and Options"
+config TARGET_ARCH
+       string
+       default "sparc"
 
-config HAVE_ELF
+config FORCE_OPTIONS_FOR_ARCH
        bool
        default y
+       select ARCH_BIG_ENDIAN
+       select ARCH_HAS_DEPRECATED_SYSCALLS
 
-config ARCH_CFLAGS
-       string
-
-config ARCH_LDFLAGS
-       string
-
-config LIBGCC_CFLAGS
-       string
-
-source "extra/Configs/Config.in.arch"
-
-endmenu
+choice
+       prompt "Target Processor Type"
+       default CONFIG_SPARC_V8
+       help
+         This is the processor type of your CPU. This information is used for
+         optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.
 
-source "extra/Configs/Config.in"
+config CONFIG_SPARC_V7
+       bool "SPARC v7"
 
+config CONFIG_SPARC_V8
+       bool "SPARC v8"
 
+endchoice