The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / binutils / Config.in
1 config BR2_PACKAGE_BINUTILS
2         bool "binutils"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         depends on !BR2_aarch64 && !BR2_nios2
5         depends on BR2_USE_WCHAR
6         help
7           Install binutils on the target
8
9 if BR2_PACKAGE_BINUTILS
10
11 config BR2_PACKAGE_BINUTILS_TARGET
12         bool "binutils binaries"
13         help
14           The GNU Binutils are a collection of binary tools:
15
16           ld - the GNU linker.
17           as - the GNU assembler.
18           and others...
19
20           http://www.gnu.org/software/binutils/
21
22 endif
23
24 comment "binutils needs a toolchain w/ wchar"
25         depends on !BR2_aarch64 && !BR2_nios2
26         depends on !BR2_USE_WCHAR