diff options
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index d064ffb4..6e6bb828 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -29,7 +29,6 @@ config CC_GCC_ENABLE_PLUGINS def_bool y depends on BINUTILS_PLUGINS - depends on ! STATIC_TOOLCHAIN # If binutils installs gold, enable support for gold in gcc config CC_GCC_GOLD @@ -194,7 +193,6 @@ config CC_GCC_USE_GRAPHITE config CC_GCC_USE_LTO bool "Enable LTO" default y - depends on ! STATIC_TOOLCHAIN select ZLIB_NEEDED help Enable the Link Time Optimisations. |