binutils@2.31.1: new version (#9007)

This commit is contained in:
Geoffrey Oxberry 2018-08-16 16:10:08 -07:00 committed by Adam J. Stewart
parent 39c9bbfbbb
commit e8e672972a

View File

@ -31,6 +31,7 @@ class Binutils(AutotoolsPackage):
homepage = "http://www.gnu.org/software/binutils/"
url = "https://ftpmirror.gnu.org/binutils/binutils-2.28.tar.bz2"
version('2.31.1', 'ffcc382695bf947da6135e7436b8ed52d991cf270db897190f19d6f9838564d0')
version('2.29.1', '9af59a2ca3488823e453bb356fe0f113')
version('2.28', '9e8340c96626b469a603c15c9d843727')
version('2.27', '2869c9bf3e60ee97c74ac2a6bf4e9d68')
@ -45,7 +46,7 @@ class Binutils(AutotoolsPackage):
variant('gold', default=True, description="build the gold linker")
variant('libiberty', default=False, description='Also install libiberty.')
patch('cr16.patch')
patch('cr16.patch', when='@:2.29.1')
patch('update_symbol-2.26.patch', when='@2.26')
depends_on('zlib')