diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-15 00:58:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-15 00:58:49 +0000 |
commit | dc3e0e4695d9cf5700ab4b3b245f227be21b907a (patch) | |
tree | f1e942022dc1fa5964ee3089366edeb8484152b3 /extra/Configs/Config.x86_64 | |
parent | 371ca78703d0f0a6aedb9879a3120b75d9f6e587 (diff) |
kconfig for x86_64
Diffstat (limited to 'extra/Configs/Config.x86_64')
-rw-r--r-- | extra/Configs/Config.x86_64 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/extra/Configs/Config.x86_64 b/extra/Configs/Config.x86_64 new file mode 100644 index 000000000..b75dc9060 --- /dev/null +++ b/extra/Configs/Config.x86_64 @@ -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 + |