OSDN Git Service

allow the threads option
[uclinux-h8/uClibc.git] / extra / Configs / Config.x86_64
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 config HAVE_ELF
7         bool
8         select ARCH_HAS_MMU
9         select UCLIBC_HAS_LFS
10         default y
11
12 config TARGET_ARCH
13         string
14         default "x86_64"
15
16 config ARCH_CFLAGS
17         string
18
19 config LIBGCC_CFLAGS
20         string
21
22 config ARCH_SUPPORTS_LITTLE_ENDIAN
23         bool
24         default y