blob: 24b3163076a582cbd2a9b2321a01b73c1a8ceb1d (
plain)
| 1
2
3
4
5
6
7
 | config BR2_PACKAGE_GCC_TARGET
	bool "native toolchain in the target filesystem"
	default n
	select BR2_PACKAGE_UCLIBC_TARGET_HEADERS
	help
	  If you want the target system to be able to run 
	  binutils/gcc and compile native code, say Y here.
 |