python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / binutils / Config.in
blobfdfdfe9052fac865940633094151423f7779018c
1 config BR2_PACKAGE_BINUTILS
2         bool "binutils"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         depends on !BR2_nios2
5         depends on BR2_USE_WCHAR
6         help
7           Install binutils on the target
9 if BR2_PACKAGE_BINUTILS
11 config BR2_PACKAGE_BINUTILS_TARGET
12         bool "binutils binaries"
13         help
14           The GNU Binutils are a collection of binary tools:
16           ld - the GNU linker.
17           as - the GNU assembler.
18           and others...
20           http://www.gnu.org/software/binutils/
22 endif
24 comment "binutils needs a toolchain w/ wchar"
25         depends on !BR2_nios2
26         depends on !BR2_USE_WCHAR