Update binutils to 2.29.1

This commit is contained in:
Auxilus 2017-09-26 23:13:00 +05:30 committed by Fredrik Fornwall
parent 56f8376bcf
commit 3d5edf4e72
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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.29
TERMUX_PKG_VERSION=2.29.1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=172e8c89472cf52712fd23a9f14e9bca6182727fb45b0f8f482652a83d5a11b4
TERMUX_PKG_SHA256=0d9d2bbf71e17903f26a676e7fba7c200e581c84b8f2f43e72d875d0e638771c
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-werror --with-system-zlib"
TERMUX_PKG_EXTRA_MAKE_ARGS="tooldir=$TERMUX_PREFIX"
TERMUX_PKG_RM_AFTER_INSTALL="share/man/man1/windmc.1 share/man/man1/windres.1 bin/ld.bfd"