Files
AeroPkg/assets/var/gnu/binutils.md

15 lines
231 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
binutils 2.44
=
https://ftp.gnu.org/gnu/binutils/binutils-2.44.tar.xz
``` sh *** build ***
./configure --disable-nls --prefix=/pkg/gnu/binutils
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
linux-headers
json-c
2025-08-26 04:41:14 +03:00
```