3 source "toolchain/kernel-headers/Config.in"
5 if BR2_TOOLCHAIN_SOURCE
6 source "toolchain/uClibc/Config.in"
7 source "toolchain/binutils/Config.in"
8 source "toolchain/gcc/Config.in"
9 source "toolchain/ccache/Config.in"
10 source "toolchain/gdb/Config.in"
11 source "toolchain/elf2flt/Config.in"
12 source "toolchain/mklibs/Config.in"
14 comment "Common Toolchain Options"
16 source "toolchain/sstrip/Config.in"
18 config BR2_ENABLE_MULTILIB
19 bool "Enable multilib support?"
22 Build libraries to support different ABIs.
25 bool "Enable large file (files > 2 GB) support?"
29 Enable large file (files > 2 GB) support
41 Enable RPC. RPC support is needed for nfs.
44 bool "Enable WCHAR support"
47 Enable WCHAR. WCHAR support is needed for several packages
50 bool "Use software floating point by default"
52 depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2
54 If your target CPU does not have a Floating Point Unit (FPU) or a
55 kernel FPU emulator, but you still wish to support floating point
56 functions, then everything will need to be compiled with soft
57 floating point support (-msoft-float).
59 Most people will answer N.
61 #config BR2_SOFT_FLOAT_FP
65 config BR2_TARGET_OPTIMIZATION
66 string "Target Optimizations"
69 Optimizations to use when building for the target host.
71 config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
72 bool "Include target utils in cross toolchain"
75 When using buildroot to build a deployable cross toolchain,
76 it is handy to include certain target apps with that toolchain
78 Examples include ldd, gdbserver, and strace.
80 Answer Y if you want these apps (if built) copied into the
81 cross toolchain dir under <arch>-linux-uclibc/target_utils/.