summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/bison: Stabilize 3.7.1 s390, #717936Sam James2020-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: Stabilize 0.21 s390, #717936Sam James2020-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: x86 stable (bug #717936)Thomas Deutschmann2020-08-311-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/bison: x86 stable (bug #717936)Thomas Deutschmann2020-08-311-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/gcc: Stabilize 6.5.0-r3 arm64, #737232Sam James2020-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/autoconf: Stabilize 2.69-r5 sparc, #738342Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/autoconf: Stabilize 2.69-r5 arm, #738342Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/autoconf: Stabilize 2.69-r5 arm64, #738342Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gnuconfig: Update LICENSE.Ulrich Müller2020-08-293-3/+3
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-devel/gdb: x86 stable (bug #730076)Thomas Deutschmann2020-08-291-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/gcc-config: x86 stable (bug #733870)Thomas Deutschmann2020-08-291-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/bison: x86 stable (bug #717936)Thomas Deutschmann2020-08-291-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/autoconf: x86 stable (bug #738342)Thomas Deutschmann2020-08-291-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/autoconf: make tests compatible with bash-5Thomas Deutschmann2020-08-292-0/+64
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/autoconf: stable 2.69-r5 for hppa, bug #738342Rolf Eike Beer2020-08-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/llvm-roc: Restore accidentally deleted patchCraig Andrews2020-08-271-0/+20
| | | | | | | | | | files/llvm-roc-3.0.0-add_libraries.patch is still used; it shouldn't have been deleted in commit 5c0896473f9742b66c2f63dae3f4989ed4feeb25 Closes: https://bugs.gentoo.org/739012 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sys-devel/gcc: 11.0.0: cut 4 patchsetSergei Trofimovich2020-08-262-2/+2
| | | | | | | | One patch dropped: - 25_all_hppa-faster-synth_mult.patch: upstream got better fix Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/llvm-roc: Cleanup old versionsCraig Andrews2020-08-2513-647/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sys-devel/llvm-roc: fix circular depsRick Farina2020-08-241-1/+4
| | | | | | | | add some minor missing deps fixed with permission from candrews Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* sys-devel/gcc: 11.0.0 cut 3 patchsetSergei Trofimovich2020-08-232-2/+2
| | | | | | | | Dropped one old patch: - 16_all_libgfortran-Werror.patch: should not be neede Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gcc: cut 2 patchsetSergei Trofimovich2020-08-232-0/+14
| | | | | | | | | | | | | | | | | Four new patches: + 33_all_lto-O0-mix-ICE-ipa-PR96291.patch: fix -O0 crash for ipa/lto + 34_all_fundecl-ICE-PR95820.patch: fix ICE on invalid templates + 35_all_ipa-fix-bit-CP.patch: fix bad code generation in ipa bit constprop + 36_all_ipa-fix-bit-CP-p2.patch: part 2 of previous patch Closes: https://bugs.gentoo.org/733482 Bug: https://gcc.gnu.org/PR96291 Closes: https://bugs.gentoo.org/730406 Bug: https://gcc.gnu.org/PR95820 Closes: https://bugs.gentoo.org/736685 Bug: https://gcc.gnu.org/PR96482 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gcc: 5.5.0: cut 4 patchsetSergei Trofimovich2020-08-232-2/+2
| | | | | | | | One new patch: + 40_all_gcc-c++17.patch: be buildable with c++17 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bmake: stable 20200318 for ppcSergei Trofimovich2020-08-231-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bc: stable 1.07.1-r3 for ppcSergei Trofimovich2020-08-231-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/clang-runtime: Bump to 11.0.0rc2Michał Górny2020-08-211-0/+25
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Bump to 11.0.0rc2Michał Górny2020-08-212-0/+409
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-common: Bump to 11.0.0rc2Michał Górny2020-08-212-0/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/lld: Bump to 11.0.0rc2Michał Górny2020-08-212-0/+60
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Bump to 11.0.0rc2Michał Górny2020-08-212-0/+504
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm-common: Bump to 11.0.0rc2Michał Górny2020-08-212-0/+27
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/gdb: backport -fno-common build for sim/ppcSergei Trofimovich2020-08-212-0/+98
| | | | | | | Reported-by: Daniel Gurney Closes: https://bugs.gentoo.org/738272 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bc: stable 1.07.1-r3 for hppa, bug #737494Rolf Eike Beer2020-08-191-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* toolchain.eclass: stop installing /usr/bin/c89 and /usr/bin/c99Sergei Trofimovich2020-08-192-41/+0
| | | | | | | | Ownership of /usr/bin/c89 and /usr/bin/c99 was switched to sys-devel/gcc-config-2.3.1. Closes: https://bugs.gentoo.org/728722 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/clang: Add USE=default-lldMichał Górny2020-08-185-12/+21
| | | | | Closes: https://bugs.gentoo.org/737178 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/bmake: x86 stable wrt bug #736868Agostino Sarubbo2020-08-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gcc: x86 stable wrt bug #737232Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gcc: sparc stable wrt bug #737232Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gcc: arm stable wrt bug #737232Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bmake: amd64 stable wrt bug #736868Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/autoconf-archive: restore accidentally removed riscv keywordThomas Deutschmann2020-08-171-1/+1
| | | | | | Fixes: 8d2c1872fbd ("sys-devel/autoconf-archive: x86 stable, applying ALLARCHES policy") Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/gcc: s390 stable wrt bug #737232Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: amd64 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gcc: amd64 stable wrt bug #737232Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/autoconf-archive: x86 stable, applying ALLARCHES policyThomas Deutschmann2020-08-171-3/+3
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/bc: x86 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: sparc stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: s390 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: arm stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gnuconfig: Stabilize 20200621 ALLARCHES, #737496Sam James2020-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gnuconfig: mark ALLARCHESSam James2020-08-171-0/+1
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>