diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 02:33:06 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 951755fcd54be357dded3a096fef7bb67d845042 (patch) | |
| tree | 07b6dcf781919df0a7301e9d87c787c55e8474c4 /pkg/binutils/gen.lua | |
| parent | 6bc79ad049fbbcd77aa16e6db188e11546baee1d (diff) | |
binutils: Update to 2.36.1
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 e27bc661..8ef61ef6 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -1,4 +1,4 @@ -local version = setmetatable({2, 36}, {__index=function() return 0 end}) +local version = setmetatable({2, 36, 1}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} |
