2005-01-16 11:43:02 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
source "toolchain/uClibc/Config.in"
|
|
|
|
source "toolchain/binutils/Config.in"
|
|
|
|
source "toolchain/gcc/Config.in"
|
|
|
|
source "toolchain/ccache/Config.in"
|
|
|
|
|
2005-04-05 18:21:58 +00:00
|
|
|
if CONFIG_DEVEL
|
|
|
|
comment "Common Toolchain Options"
|
|
|
|
endif
|
2005-01-16 11:43:02 +00:00
|
|
|
|
|
|
|
config BR2_ENABLE_MULTILIB
|
2005-04-05 18:21:58 +00:00
|
|
|
bool
|
2005-01-17 00:19:20 +00:00
|
|
|
default n
|
2005-01-16 11:43:02 +00:00
|
|
|
|
|
|
|
config BR2_LARGEFILE
|
2005-04-05 18:21:58 +00:00
|
|
|
bool
|
2005-01-16 11:43:02 +00:00
|
|
|
depends on !BR2_cris
|
2005-02-08 08:56:36 +00:00
|
|
|
default y
|
2005-01-16 11:43:02 +00:00
|
|
|
|
|
|
|
config BR2_SOFT_FLOAT
|
2005-04-05 18:21:58 +00:00
|
|
|
bool
|
2005-01-16 11:43:02 +00:00
|
|
|
default n
|
|
|
|
depends on BR2_arm || BR2_mips || BR2_powerpc
|
|
|
|
|
|
|
|
config BR2_TARGET_OPTIMIZATION
|
2005-04-05 18:21:58 +00:00
|
|
|
string
|
2005-03-06 03:34:52 +00:00
|
|
|
default "-Os -pipe -mips32 -mtune=mips32"
|
2005-01-16 11:43:02 +00:00
|
|
|
|