summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/bpf-toolchain: Stabilize 14.2.0_p1 ppc64, #939354Sam James2024-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Stabilize 14.2.0_p1 arm64, #939354Arthur Zamarin2024-09-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: Stabilize 14.2.0_p1 sparc, #939354Sam James2024-09-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Stabilize 14.2.0_p1 amd64, #939354Sam James2024-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: drop 14.2.0-r2Sam James2024-08-312-233/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0_p1 arm, #938169Arthur Zamarin2024-08-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: add 14.2.0_p1 (binutils-2.43.1)Sam James2024-08-202-0/+233
| | | | | | This only updates binutils-2.43 -> binutils-2.43.1. Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 sparc, #938169Sam James2024-08-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 ppc64, #938169Sam James2024-08-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 ppc, #938169Sam James2024-08-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 riscv, #938169Jakov Smolić2024-08-191-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 mips, #938169Arthur Zamarin2024-08-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 s390, #938169Arthur Zamarin2024-08-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 arm64, #938169Arthur Zamarin2024-08-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: Keyword 14.2.0-r2 x86, #938169Arthur Zamarin2024-08-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/bpf-toolchain: unkeyword 14.2.0-r2 for -*Sam James2024-08-191-1/+1
| | | | | Bug: https://bugs.gentoo.org/938169 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: drop obsolete commentSam James2024-08-161-1/+1
| | | | | | | | | | I copied this comment from mingw64-toolchain and was waiting for builds to finish on a few machines to see if it made any difference before updating the number and apparently it.. barely does? I'll come back to it another time in case I'm missing something though. Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: fix stripping like dev-util/mingw64-toolchain doesSam James2024-08-161-2/+12
| | | | | | (Revbumped in previous commit.) Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: add shadowman calls from mingw64-toolchainSam James2024-08-161-0/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: add USE=bin-symlinksSam James2024-08-152-3/+23
| | | | | | | | | | | | | | | | | Note that unlike dev-util/mingw64-toolchain, we're enabling it by default because it'll be pretty uncommon for anyone to have a crossdev-built toolchain for it. This is needed to avoid conflicts if someone wants to build a bpf-unknown-none toolchain via crossdev where an ebuild depends on bpf-toolchain (wouldn't be possible before because of file conflicts). Also, with it off by default, we would have to add some hacks in e.g. the systemd ebuild to make it work by mangling PATH and things get tricky there especially given only a small part of the build would even use it. May change mind on this later if needed though. Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/bpf-toolchain: new package, add 14.2.0Sam James2024-08-073-0/+215
Heavily inspired by, and based on, dev-util/mingw64-toolchain. This provides the bpf-unknown-none toolchain for use with DTrace (to be packaged) and systemd. Users may wish to use crossdev if they want to customise their toolchain - this is "just" a convenience option for e.g. aforementioned ebuilds to depend on and have things Just Work. Bug: https://bugs.gentoo.org/917228 Signed-off-by: Sam James <sam@gentoo.org>