bump version
[buildroot.git] / toolchain / gcc / Config.in.2
blob073e0ff2a21fcdd378b4f276ee7890fbd230d489
1 config BR2_PACKAGE_GCC_TARGET
2         bool "native toolchain in the target filesystem"
3         default n
4         help
5           If you want the target system to be able to run
6           binutils/gcc and compile native code, say Y here.
8 config BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS
9         string "Additional target gcc options"
10         default ""
11         depends on BR2_PACKAGE_GCC_TARGET
12         help
13           Any additional target gcc options you may want to include....
14           Including, but not limited to --disable-checking etc.
15           Refer to */configure in your gcc sources.