OSDN Git Service

make sure we declare TARGET_ARCH as a string
[uclinux-h8/uclibc-ng.git] / extra / Configs / Config.nios2
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         string
8         default "nios2"
9
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_LITTLE_ENDIAN
14         select ARCH_HAS_NO_MMU
15         select ARCH_HAS_NO_LDSO
16         select HAVE_NO_PIC
17
18 config ARCH_CFLAGS
19         string
20
21 config LIBGCC_CFLAGS
22         string
23
24 config CROSS
25         string