OSDN Git Service

Fixup selection of endianness, since select does not work on choice
[uclinux-h8/uClibc.git] / extra / Configs / Config.powerpc
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 "powerpc"
8
9 config HAVE_ELF
10         bool
11         select UCLIBC_HAS_MMU
12         default y
13
14 config ARCH_SUPPORTS_BIG_ENDIAN
15         bool
16         default y
17
18 config ARCH_CFLAGS
19         string
20
21 config ARCH_LDFLAGS
22         string
23
24 config LIBGCC_CFLAGS
25         string
26