OSDN Git Service

allow people to select target sparc architecture
authorMike Frysinger <vapier@gentoo.org>
Thu, 25 Aug 2005 23:07:48 +0000 (23:07 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 25 Aug 2005 23:07:48 +0000 (23:07 -0000)
extra/Configs/Config.sparc

index e041d6c..150ad0a 100644 (file)
@@ -23,3 +23,27 @@ config ARCH_LDFLAGS
 config LIBGCC_CFLAGS
        string
 
+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.
+
+         Warning: shared library support requires v8 or better, so building for 
+         SPARC v7 will give you only static support.
+
+config CONFIG_SPARC_V7
+       select HAVE_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