diff options
author | Alexey Neyman <stilor@att.net> | 2020-03-04 11:41:04 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2020-03-04 11:41:04 -0800 |
commit | 29422b2eda308526cd568507109b0a222eb09449 (patch) | |
tree | 0df58f8e84ed71ae8c772df6ebb7055bb201db18 /packages/gcc | |
parent | 86062515858aefe5f1f66b2a315aafa458999ede (diff) | |
download | crosstool-ng-29422b2eda308526cd568507109b0a222eb09449.tar.gz crosstool-ng-29422b2eda308526cd568507109b0a222eb09449.tar.bz2 crosstool-ng-29422b2eda308526cd568507109b0a222eb09449.zip |
Disallow PPS SPE ABI
with GCC 9+ and GLIBC 2.30+, they no longer support it.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/package.desc b/packages/gcc/package.desc index e6d98f88..a37f0c58 100644 --- a/packages/gcc/package.desc +++ b/packages/gcc/package.desc @@ -2,5 +2,5 @@ repository='svn svn://gcc.gnu.org/svn/gcc' mirrors='$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})' relevantpattern='4.*|. *|.' origin='GNU' -milestones='4.8 4.9 5 6 7' +milestones='4.8 4.9 5 6 7 8' archive_formats='.tar.xz .tar.gz' |