bump version for 1.0.49 release
[uclibc-ng.git] / extra / Configs / Config.x86_64
blob73c0e13a5e2c431c42c81466dd965f3232066ca8
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         string
8         default "x86_64"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_LITTLE_ENDIAN
14         select ARCH_HAS_MMU
15         select ARCH_HAS_UCONTEXT
16         select ARCH_HAS_DEPRECATED_SYSCALLS
17         select ARCH_VDSO_SUPPORT