diff options
Diffstat (limited to 'package/gcc/Config.in.host')
-rw-r--r-- | package/gcc/Config.in.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 768dc176ae..a2e02d7aed 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -159,6 +159,10 @@ config BR2_GCC_ENABLE_LIBMUDFLAP config BR2_GCC_ENABLE_GRAPHITE bool "Enable graphite support" + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 help This option enables the graphite optimizations in the compiler. + +comment "graphite support needs gcc >= 5.x" + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5 |