diff options
Diffstat (limited to 'toolchain/gcc/Config.in.2')
-rw-r--r-- | toolchain/gcc/Config.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index e556392c1..073e0ff2a 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -8,7 +8,7 @@ config BR2_PACKAGE_GCC_TARGET config BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS string "Additional target gcc options" default "" - depends BR2_PACKAGE_GCC_TARGET + 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. |