mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
toolchain: fix selecting older gcc versions for x86
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
a49f6565b3
commit
1198204a6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user