summaryrefslogtreecommitdiffstats
path: root/config/uClibc-0.9.28/Config.frv
blob: d2be88e1492bd0d0c8693642931efc63d5172970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#

config UC_HAVE_ELF
	bool
	select UC_HAS_FPU
	select UC_ARCH_BIG_ENDIAN
	select UC_ARCH_HAS_NO_MMU
	default y

config UC_TARGET_ARCH
	string
	default "frv"

config UC_ARCH_CFLAGS
	string

config UC_ARCH_LDFLAGS
	string

config UC_LIBGCC_CFLAGS
	string

config UC_HAVE_DOT_HIDDEN
        bool
	default y