diff options
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 822cfd7c..ef976982 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -15,6 +15,7 @@ config CC_CORE_EXTRA_CONFIG_ARRAY string prompt "Core gcc extra config" default "" + depends on CC_CORE_PASS_1_NEEDED || CC_CORE_PASS_2_NEEDED help Extra flags to pass onto ./configure when configuring the core gcc. @@ -29,7 +30,6 @@ config CC_EXTRA_CONFIG_ARRAY string prompt "gcc extra config" default "" - depends on ! BARE_METAL help Extra flags to pass onto ./configure when configuring gcc. |