OSDN Git Service

As mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFS
[uclinux-h8/uClibc.git] / extra / Configs / Config.alpha
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         select UCLIBC_HAS_MMU
8         select ARCH_LITTLE_ENDIAN
9         select HAVE_NO_SHARED
10         select ARCH_HAS_NO_LDSO
11         select HAS_NO_THREADS
12         select UCLIBC_HAS_LFS
13         bool
14         default y
15
16 config TARGET_ARCH
17         default "alpha"
18
19 config ARCH_CFLAGS
20         string
21
22 config ARCH_LDFLAGS
23         string
24
25 config LIBGCC_CFLAGS
26         string
27