projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49f656
)
toolchain: fix selecting older gcc versions for x86
author
Felix Fietkau
<nbd@nbd.name>
Tue, 27 Feb 2018 08:00:52 +0000
(09:00 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 27 Feb 2018 08:01:01 +0000
(09:01 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index 2fc50827d26b975a2768b1abe3758fffaeb001f6..ef47fb419dc085e3955444c0cbc5537c27641e00 100644
(file)
--- 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