OSDN Git Service

Fixup selection of endianness, since select does not work on choice
[uclinux-h8/uClibc.git] / extra / Configs / Config.m68k
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 "m68k"
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         default y
15
16 config ARCH_SUPPORTS_BIG_ENDIAN
17         bool
18         default y
19
20 config ARCH_CFLAGS
21         string
22         default "-Wa,--bitwise-or -I$(KERNEL_SOURCE)/include"
23
24 config ARCH_LDFLAGS
25         string
26
27 config LIBGCC_CFLAGS
28         string
29
30 config HAVE_ELF
31         bool
32         default y
33