Browse Source

binutils: Update from 2.31 to 2.31.1

android-5
Fredrik Fornwall 6 years ago
parent
commit
5815abd286
  1. 4
      packages/binutils/build.sh

4
packages/binutils/build.sh

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/binutils/
TERMUX_PKG_DESCRIPTION="Collection of binary tools, the main ones being ld, the GNU linker, and as, the GNU assembler"
TERMUX_PKG_VERSION=2.31
TERMUX_PKG_SHA256=5a9de9199f22ca7f35eac378f93c45ead636994fc59f3ac08f6b3569f73fcf6f
TERMUX_PKG_VERSION=2.31.1
TERMUX_PKG_SHA256=e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gold --enable-plugins --disable-werror --with-system-zlib --enable-new-dtags"
TERMUX_PKG_EXTRA_MAKE_ARGS="tooldir=$TERMUX_PREFIX"

Loading…
Cancel
Save