xref: /OK3568_Linux_fs/buildroot/package/binutils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BINUTILS
2	bool "binutils"
3	depends on !BR2_nios2
4	depends on BR2_USE_WCHAR
5	select BR2_PACKAGE_ZLIB
6	help
7	  Install binutils on the target
8
9if BR2_PACKAGE_BINUTILS
10
11config 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
22endif
23
24comment "binutils needs a toolchain w/ wchar"
25	depends on !BR2_nios2
26	depends on !BR2_USE_WCHAR
27