diff options
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.version | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 2fc50827d2..ef47fb419d 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -4,7 +4,8 @@ config GCC_VERSION_7_1_ARC config GCC_VERSION_7 default y if GCC_USE_VERSION_7 - default y if x86_64 || i386 + default y if (!TOOLCHAINOPTS && x86_64) + default y if (!TOOLCHAINOPTS && i386) bool config GCC_VERSION |