toolchain/gcc: adjust for gcc-7

This commit is contained in:
CN_SZTL 2019-11-20 00:04:13 +08:00
parent 969ae3900a
commit fa74d858fd
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -2,8 +2,8 @@ config GCC_VERSION_5
default y if GCC_USE_VERSION_5
bool
config GCC_VERSION_7
default y if GCC_USE_VERSION_7
config GCC_VERSION_8
default y if GCC_USE_VERSION_8
bool
config GCC_VERSION_9