OSDN Git Service

Fixup selection of endianness, since select does not work on choice
[uclinux-h8/uClibc.git] / extra / Configs / Config.i960
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 "i960"
8
9 config HAVE_ELF
10         bool
11         select ARCH_HAS_NO_MMU
12         select HAVE_NO_SHARED
13         select ARCH_HAS_NO_LDSO
14         select HAS_NO_THREADS
15         default n
16
17 config ARCH_SUPPORTS_LITTLE_ENDIAN
18         bool
19         default y
20
21 config ARCH_CFLAGS
22         string
23         default "-mh -mint32 -fsigned-char"
24
25 config ARCH_LDFLAGS
26         string
27
28 config LIBGCC_CFLAGS
29         string
30         
31 config ARCH_HAS_C_SYMBOL_PREFIX
32         bool
33         default y
34