summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/autoconf: update EAPI 6 -> 7David Seifert2022-06-191-4/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/autoconf: drop 2.64-r1David Seifert2022-06-192-27/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/gcc: add 12.1.1_p20220618Sam James2022-06-192-0/+32
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 11.3.1_p20220617Sam James2022-06-182-0/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 10.3.1_p20220616Sam James2022-06-182-0/+51
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crossdev: add 20220617Sam James2022-06-173-1/+37
| | | | | | | Bug: https://bugs.gentoo.org/675368 Bug: https://bugs.gentoo.org/554032 Bug: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/flex: fix segfault when cross-compilingSam James2022-06-171-0/+94
| | | | | | | | Temporary workaround until new crossdev is tagged, stabled, and propagates. Closes: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/libtool: Stabilize 2.4.7 hppa, #851738Jakov Smolić2022-06-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-devel/sparse: revbump for changed LLVM_COMPATSam James2022-06-161-0/+0
| | | | | Closes: https://bugs.gentoo.org/840607 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/sparse: Allow up to LLVM 14Michał Górny2022-06-162-2/+2
| | | | | | | | sparse seems to build fine, pass tests and sparse-llvm executable seems to work on a trivial test case with LLVM 14. Closes: https://bugs.gentoo.org/840607 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/gdb: fix cross build issues with configuring gmp libsDongsu Park2022-06-152-0/+305
| | | | | | | | | | | | | | | | | | | | | | | | As gdb 11 or newer requires gmp libs as dependency, a cross build of gdb 11.2 started to fail when its configure scripts try to detect if gmp exists. The failure occurs mainly because the build still passes '-L/usr/lib64` to LDFLAGS. Let's say, for example, host toolchains outside of sysroot have amd64 libs, while the target inside of sysroot should have arm64 libs. However, configure scripts of gdb 11.2 still try to find its libs outside of sysroot, /usr/lib64, although it should find its libs inside of sysroot, e.g. /build/arm64/usr/lib64. To fix the cross build issues, pass --with-sysroot as well as --libdir, correctly with ${ESYSROOT}. As a side note, for some reason, upstream gdb configure scripts are not able to correctly make use of its gmp-specific options like --with-gmp or --with-gmp-lib. Passing those options does not bring anything. Also configure must have both --with-sysroot and --libdir, to make the build work. Signed-off-by: Dongsu Park <dpark@linux.microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/25896 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/libtool: sparc stable wrt bug #851738Agostino Sarubbo2022-06-141-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/libtool: arm64 stable wrt bug #851738Agostino Sarubbo2022-06-141-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/libtool: arm stable wrt bug #851738Agostino Sarubbo2022-06-141-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/libtool: Stabilize 2.4.7 x86, #851738Sam James2022-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/libtool: Stabilize 2.4.7 ppc64, #851738Sam James2022-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/libtool: Stabilize 2.4.7 ppc, #851738Sam James2022-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/libtool: Stabilize 2.4.7 amd64, #851738Jakov Smolić2022-06-131-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-devel/gnuconfig: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable ↵Agostino Sarubbo2022-06-131-1/+1
| | | | | | | (ALLARCHES policy) wrt bug #851630 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/autoconf-archive: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable ↵Agostino Sarubbo2022-06-131-1/+1
| | | | | | | (ALLARCHES policy) wrt bug #851624 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/binutils: Prevent relinking on install, try 1Andreas K. Hüttel2022-06-123-3/+978
| | | | | | | | | | | | | | The tooldir hack introduced to solve bug 147155 makes libtool relink libraries during the installation phase. This fails in enough cases to be an annoyance. Use the hack only for cross installations. *Untested*, needs some careful observation before regaining keywords. Bug: https://bugs.gentoo.org/147155 Bug: https://bugs.gentoo.org/834720 Bug: https://bugs.gentoo.org/838925 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-devel/gdb: update LICENSESam James2022-06-123-3/+3
| | | | | Closes: https://bugs.gentoo.org/842573 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop versionsSam James2022-06-128-325/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 12.1.1_p20220611Sam James2022-06-122-0/+32
| | | | | | | | But doesn't fix the 0ad ICE. Bug: https://bugs.gentoo.org/847601 Closes: https://bugs.gentoo.org/849791 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/clang: Update LLVM_MANPAGES value in 14.0.5Michał Górny2022-06-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: switch to pregen manpages for 14.0.5Ionen Wolkens2022-06-111-1/+1
| | | | | | | Taking the liberty to fix myself, the tarball is already there. Closes: https://bugs.gentoo.org/851216 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-devel/clang: Manifest manpage tarballMichał Górny2022-06-112-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Manifest manpage tarballMichał Górny2022-06-112-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-runtime: Bump to 14.0.5Michał Górny2022-06-111-0/+26
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/lld: Bump to 14.0.5Michał Górny2022-06-112-0/+80
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Bump to 14.0.5Michał Górny2022-06-112-0/+443
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-common: Bump to 14.0.5Michał Górny2022-06-112-0/+26
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Bump to 14.0.5Michał Górny2022-06-112-0/+533
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm-common: Bump to 14.0.5Michał Górny2022-06-112-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Replace obsolete LLVM_MANPAGES valueMichał Górny2022-06-116-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Replace obsolete LLVM_MANPAGES valueMichał Górny2022-06-116-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/gcc: add 11.3.1_p20220610Sam James2022-06-112-0/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/automake: drop 1.16.3-r1, 1.16.4David Seifert2022-06-103-264/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/gcc: add 10.3.1_p20220609Sam James2022-06-102-0/+51
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gdb: verbose logs, use output synchronisationSam James2022-06-093-5/+37
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/distcc: update EAPI 7 -> 8, Python 3.10Sam James2022-06-072-0/+334
| | | | | | | | Seems to mostly work with Python 3.10, although I get a test failure, it's better than it was pre-patch. Closes: https://bugs.gentoo.org/846320 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 13.0.0_pre20220605Sam James2022-06-062-0/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 12.1.1_p20220604Sam James2022-06-052-0/+32
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/llvmgold: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/llvm-common: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/llvm: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/lld: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang-runtime: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang-common: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>