diff options
Diffstat (limited to 'package/gcc/Config.in.host')
-rw-r--r-- | package/gcc/Config.in.host | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index bdefc511f2..7c08fb3596 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -63,13 +63,6 @@ config BR2_GCC_VERSION_7_X endchoice -# Indicates if GCC for architecture supports --with-{arch,cpu,..} to -# set default CFLAGS, otherwise values will be used by toolchain -# wrapper. -config BR2_GCC_ARCH_HAS_CONFIGURABLE_DEFAULTS - bool - default y if !BR2_bfin - config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE bool default y |