OSDN Git Service

kconfig for x86_64
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Feb 2005 00:58:49 +0000 (00:58 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Feb 2005 00:58:49 +0000 (00:58 -0000)
extra/Configs/Config.in
extra/Configs/Config.x86_64 [new file with mode: 0644]

index c2e7a41..7748713 100644 (file)
@@ -57,7 +57,7 @@ config TARGET_powerpc
        bool "powerpc"
 
 config TARGET_sh
-       bool "SuperH"
+       bool "superh"
 
 config TARGET_sparc
        bool "sparc"
@@ -65,6 +65,9 @@ config TARGET_sparc
 config TARGET_v850
        bool "v850"
 
+config TARGET_x86_64
+       bool "x86_64"
+
 endchoice
 
 
@@ -142,6 +145,9 @@ if TARGET_v850
 source "extra/Configs/Config.v850"
 endif
 
+if TARGET_x86_64
+source "extra/Configs/Config.x86_64"
+endif
 
 
 source "extra/Configs/Config.in.arch"
diff --git a/extra/Configs/Config.x86_64 b/extra/Configs/Config.x86_64
new file mode 100644 (file)
index 0000000..b75dc90
--- /dev/null
@@ -0,0 +1,29 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/Kconfig-language.txt
+#
+
+config HAVE_ELF
+       bool
+       select ARCH_HAS_MMU
+       select HAVE_NO_SHARED
+       select ARCH_HAS_NO_LDSO
+       default y
+
+config TARGET_ARCH
+       string
+       default "x86_64"
+
+config ARCH_CFLAGS
+       string
+
+config ARCH_LDFLAGS
+       string
+
+config LIBGCC_CFLAGS
+       string
+
+config ARCH_SUPPORTS_LITTLE_ENDIAN
+       bool
+       default y
+