Change binutils to 2.25-1 which contains gold-linker as a part of binutils

parent eb5bf9f7
require 'package' require 'package'
class Binutils < Package class Binutils < Package
version '2.25' version '2.25-1'
binary_url ({ binary_url ({
armv7l: "https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-chromeos-armv7l.tar.xz", armv7l: 'https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-1-chromeos-armv7l.tar.xz',
i686: "https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-chromeos-i686.tar.xz", i686: 'https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-1-chromeos-i686.tar.xz',
x86_64: "https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-chromeos-x86_64.tar.xz", x86_64: 'https://github.com/jam7/chromebrew/releases/download/newtoolchains/binutils-2.25-1-chromeos-x86_64.tar.xz',
}) })
binary_sha1 ({ binary_sha1 ({
armv7l: "d4b42e13b4e4ed87c0f7a449b067b5f42345b7d8", armv7l: '5a4b3c8ddcac5d1b3fdc2f6aee8c9ec64f2d23ea',
i686: "bc686fd29b9e9588a6f4f37c619dba217afb9bc3", i686: '9d8d586e5e44badbe1f2058f53c183c019353a0e',
x86_64: "3ca5e6940c47385456f96861b169f925543f08b3", x86_64: '94d246a14efc080a398aefe9e192331a4ffaed46',
}) })
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment