You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/openwrt/toolchain/Config.in

30 lines
482 B
Plaintext

#
source "toolchain/uClibc/Config.in"
source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
source "toolchain/ccache/Config.in"
if CONFIG_DEVEL
comment "Common Toolchain Options"
endif
config BR2_ENABLE_MULTILIB
bool
default n
config BR2_LARGEFILE
bool
depends on !BR2_cris
default y
config BR2_SOFT_FLOAT
bool
default n
depends on BR2_arm || BR2_mips || BR2_powerpc
config BR2_TARGET_OPTIMIZATION
string
default "-Os -pipe -mips32 -mtune=mips32"