mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
4c497228a9
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
12 lines
613 B
Bash
Executable File
12 lines
613 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=binutils
|
|
version=2.32
|
|
useconfigure=true
|
|
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-sysroot=/ --with-build-sysroot=${SERENITY_BUILD_DIR}/Root --disable-werror --disable-gdb --disable-nls"
|
|
files="https://ftp.gnu.org/gnu/binutils/binutils-${version}.tar.xz binutils-${version}.tar.xz
|
|
https://ftp.gnu.org/gnu/binutils/binutils-${version}.tar.xz.sig binutils-${version}.tar.xz.sig
|
|
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
|
auth_type="sig"
|
|
auth_opts="--keyring ./gnu-keyring.gpg binutils-${version}.tar.xz.sig"
|
|
export ac_cv_func_getrusage=no
|