Commit Graph

10 Commits

Author SHA1 Message Date
termux-pacman-bot
6bc2c715a4 binutils 2.43.1 2024-10-01 22:39:08 +00:00
termux-pacman-bot
9f0ed2d166 binutils-cross: enable zstd support
Since NDK r27, debug sections of libraries from the bundled sysroot are
compressed with zstd. It is necessary to enable the zstd support for ld.bfd.
2024-08-26 01:36:00 +00:00
termux-pacman-bot
b5225e9c54 tree-wide: rename TERMUX_MAKE_PROCESSES to TERMUX_PKG_MAKE_PROCESSES
Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.

%ci:no-build
2024-06-16 09:38:16 +00:00
termux-pacman-bot
1d96dec9c1 chore(linter compliance): miscellaneous
[no ci]
2024-04-23 18:37:30 +00:00
termux-pacman-bot
0b9d773354 bump(main/binutils-libs): 2.42 2024-02-12 17:08:24 +00:00
termux-pacman-bot
6428ccea0f fix(main/binutils-libs): append -Wl,--undefined-version to LDFLAGS (#18813)
Saw this in #18758. llvm appears to have upgraded a warning to an error
(https://reviews.llvm.org/D135402), and while they're not wrong to do
so, this package and others
(https://github.com/rust-lang/rust/issues/105967) depended on it. This
is the simple fix, per the llvm reviews link.

Fixes #18750

[skip ci]
2023-12-25 09:31:10 +00:00
termux-pacman-bot
303e6f4383 bump(main/binutils-libs): 2.41 2023-08-03 14:31:13 +00:00
termux-pacman-bot
b94c175b9d binutils: Bump to 2.40 2023-01-15 09:02:35 +00:00
termux-pacman-bot
3d27d7b5a3 binutils-libs: Fix license 2022-11-12 14:34:30 +00:00
termux-pacman-bot
47d09ca936 binutils: Overhaul
* Rename main package to binutils-libs

* Install executables into libexec/binutils/

* Create subpackage binutils-bin not conflicting with binutils-is-llvm

  - binutils-bin contains symlinks bin/{as,elfedit,gprof,ld.bfd}

* Make binutils essentially a metapackage only containing symlinks
2022-11-12 13:43:37 +00:00