hide experimental/developer options from the user. can be reenabled by using make...
[openwrt/svn-archive/archive.git] / openwrt / toolchain / Config.in
1 #
2
3 source "toolchain/uClibc/Config.in"
4 source "toolchain/binutils/Config.in"
5 source "toolchain/gcc/Config.in"
6 source "toolchain/ccache/Config.in"
7
8 if CONFIG_DEVEL
9 comment "Common Toolchain Options"
10 endif
11
12 config BR2_ENABLE_MULTILIB
13 bool
14 default n
15
16 config BR2_LARGEFILE
17 bool
18 depends on !BR2_cris
19 default y
20
21 config BR2_SOFT_FLOAT
22 bool
23 default n
24 depends on BR2_arm || BR2_mips || BR2_powerpc
25
26 config BR2_TARGET_OPTIMIZATION
27 string
28 default "-Os -pipe -mips32 -mtune=mips32"
29