OSDN Git Service

Fix the defaults to make them be sane
[uclinux-h8/uClibc.git] / extra / Configs / Config.sparc
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 mainmenu "uClibc C Library Configuration"
7
8 menu "Target Architecture Features and Options"
9
10 config HAVE_ELF
11         bool
12         default y
13
14 config ARCH_CFLAGS
15         string
16
17 config ARCH_LDFLAGS
18         string
19
20 config LIBGCC_CFLAGS
21         string
22
23 source "extra/Configs/Config.in.arch"
24
25 endmenu
26
27 source "extra/Configs/Config.in"
28
29