diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-28 00:57:53 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-28 00:57:53 -0800 |
commit | 99283866cc84102f22324a751a2ba3afb9221cb6 (patch) | |
tree | ee8b04c33cf0797e985d0f5476d310e9abb8ba78 /config/cc | |
parent | 439cab379e169f505494376f55f1438d12de94fa (diff) | |
download | crosstool-ng-99283866cc84102f22324a751a2ba3afb9221cb6.tar.gz crosstool-ng-99283866cc84102f22324a751a2ba3afb9221cb6.tar.bz2 crosstool-ng-99283866cc84102f22324a751a2ba3afb9221cb6.zip |
Add patches to Linaro GCC
Same as the base release as long as they applied.
MUSL patches didn't, removed.
Also, unobsolete Linaro GCC5 now that they rolled out a new release.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index e5269fdf..caf254cd 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -86,9 +86,8 @@ config CC_GCC_V_6_3_0 config CC_GCC_V_linaro_5_4 bool - prompt "linaro-5.4-2017.01 (OBSOLETE)" + prompt "linaro-5.4-2017.01" depends on CC_GCC_SHOW_LINARO - depends on OBSOLETE select CC_GCC_5 config CC_GCC_V_5_4_0 @@ -98,15 +97,13 @@ config CC_GCC_V_5_4_0 config CC_GCC_V_linaro_4_9 bool - prompt "linaro-4.9-2017.01 (OBSOLETE)" + prompt "linaro-4.9-2017.01" depends on CC_GCC_SHOW_LINARO - depends on OBSOLETE select CC_GCC_4_9 config CC_GCC_V_4_9_4 bool - prompt "4.9.4 (OBSOLETE)" - depends on OBSOLETE + prompt "4.9.4" select CC_GCC_4_9 config CC_GCC_V_linaro_4_8 |