buildrootschalter/toolchain/gcc/Config.in.2
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

15 lines
494 B
Groff

config BR2_PACKAGE_GCC_TARGET
bool "native toolchain in the target filesystem"
help
If you want the target system to be able to run
binutils/gcc and compile native code, say Y here.
config BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS
string "Additional target gcc options"
default ""
depends on BR2_PACKAGE_GCC_TARGET
help
Any additional target gcc options you may want to include....
Including, but not limited to --disable-checking etc.
Refer to */configure in your gcc sources.