xref: /OK3568_Linux_fs/buildroot/package/gcc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GCC_TARGET
2*4882a593Smuzhiyun	bool "gcc"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_BUILDROOT
4*4882a593Smuzhiyun	select BR2_PACKAGE_BINUTILS
5*4882a593Smuzhiyun	select BR2_PACKAGE_BINUTILS_TARGET
6*4882a593Smuzhiyun	select BR2_PACKAGE_GMP
7*4882a593Smuzhiyun	select BR2_PACKAGE_MPFR
8*4882a593Smuzhiyun	select BR2_PACKAGE_MPC
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  If you want the target system to be able to run
11*4882a593Smuzhiyun	  binutils/gcc and compile native code, say Y here.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS
14*4882a593Smuzhiyun	string "Additional target gcc options"
15*4882a593Smuzhiyun	default ""
16*4882a593Smuzhiyun	depends on BR2_PACKAGE_GCC_TARGET
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Any additional target gcc options you may want to include....
19*4882a593Smuzhiyun	  Including, but not limited to --disable-checking etc.
20*4882a593Smuzhiyun	  Refer to */configure in your gcc sources.
21*4882a593Smuzhiyun
22