OSDN Git Service

2f900fc54e513b67e6b346df6cb51ebd4664d5a2
[uclinux-h8/uClibc.git] / extra / Configs / Config.v850
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 config TARGET_ARCH
7         default "v850"
8
9 config HAVE_ELF
10         bool
11         select ARCH_HAS_NO_MMU
12         select HAVE_NO_PIC
13         default y
14
15 config ARCH_SUPPORTS_LITTLE_ENDIAN
16         bool
17         default y
18
19 config ARCH_CFLAGS
20         string
21
22 config LIBGCC_CFLAGS
23         string
24
25 config CROSS
26         string
27         default "v850e-elf-"