OSDN Git Service

Rework the config system. Better utilize the Kconfig language
[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         bool
8         select UCLIBC_HAS_MMU
9         select ARCH_HAS_NO_FPU
10         default y
11
12 config TARGET_ARCH
13         default "alpha"
14
15 config ARCH_CFLAGS
16         string
17
18 config ARCH_LDFLAGS
19         string
20
21 config LIBGCC_CFLAGS
22         string
23