diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
| commit | 5a2f2d11116a20beffa1b278c4b56c07833f7b1d (patch) | |
| tree | 16fb7fe5375cf0e8a4fa7c836ffc6aff69fe4286 /pkg/binutils/gen.lua | |
| parent | 3bcba3aa6c63bdcd1d329915615144620642144b (diff) | |
binutils: Update to 2.36
Diffstat (limited to 'pkg/binutils/gen.lua')
| -rw-r--r-- | pkg/binutils/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua index 113f9331..e27bc661 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -1,4 +1,4 @@ -local version = setmetatable({2, 35, 1}, {__index=function() return 0 end}) +local version = setmetatable({2, 36}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} |
