chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fcf14
)
binutils: Add checksum
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 11 Jan 2017 08:02:40 +0000
(
03:02
-0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 11 Jan 2017 08:02:40 +0000
(
03:02
-0500)
packages/binutils/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/binutils/build.sh
b/packages/binutils/build.sh
index fe1eae201ce6140762177706fab90d6f0461802f..80b455242a869238f92485c514405f0ad72e02a5 100755
(executable)
--- a/
packages/binutils/build.sh
+++ b/
packages/binutils/build.sh
@@
-3,6
+3,7
@@
TERMUX_PKG_DESCRIPTION="Collection of binary tools, the main ones being ld, the
TERMUX_PKG_VERSION=2.27
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_SHA256=26253bf0f360ceeba1d9ab6965c57c6a48a01a8343382130d1ed47c468a3094f
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-werror"
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"