summaryrefslogtreecommitdiffstats
path: root/config/uClibc-0.9.28/Config.i960
blob: 9c743f8aa61a4aa1977c4e1ddf79f4bdc6bf9175 (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
30
31
32
33
34
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#

config UC_TARGET_ARCH
	default "i960"

config UC_HAVE_ELF
	bool
	select UC_ARCH_HAS_NO_MMU
	select UC_HAVE_NO_SHARED
	select UC_ARCH_HAS_NO_LDSO
	select UC_HAS_NO_THREADS
	default n

config UC_ARCH_SUPPORTS_LITTLE_ENDIAN
	bool
	default y

config UC_ARCH_CFLAGS
	string
	default "-mh -mint32 -fsigned-char"

config UC_ARCH_LDFLAGS
	string

config UC_LIBGCC_CFLAGS
	string
	
config UC_ARCH_HAS_C_SYMBOL_PREFIX
	bool
	default y