diff options
Diffstat (limited to 'toolchain/gcc/Config.in.2')
-rw-r--r-- | toolchain/gcc/Config.in.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 new file mode 100644 index 0000000000..c523b97051 --- /dev/null +++ b/toolchain/gcc/Config.in.2 @@ -0,0 +1,6 @@ +config BR2_PACKAGE_GCC_TARGET + bool "native toolchain in the target filesystem" + default n + help + If you want the target system to be able to run + binutils/gcc and compile native code, say Y here. |