openwrtv4/openwrt/toolchain/Config.in

29 lines
463 B
Text
Raw Normal View History

2005-01-16 11:43:02 +00:00
#
source "toolchain/uClibc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
if CONFIG_DEVEL
comment "Common Toolchain Options"
endif
2005-01-16 11:43:02 +00:00
config BR2_ENABLE_MULTILIB
bool
2005-01-17 00:19:20 +00:00
default n
2005-01-16 11:43:02 +00:00
config BR2_LARGEFILE
bool
2005-01-16 11:43:02 +00:00
depends on !BR2_cris
default y
2005-01-16 11:43:02 +00:00
config BR2_SOFT_FLOAT
bool
2005-01-16 11:43:02 +00:00
default n
depends on BR2_arm || BR2_mips || BR2_powerpc
config BR2_TARGET_OPTIMIZATION
string
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time"
2005-01-16 11:43:02 +00:00