diff options
| author | Michael Forney <mforney@mforney.org> | 2022-02-10 14:11:23 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-02-10 15:30:43 -0800 |
| commit | 020a33da8d9de01aadec35f5f4b3e2d317eac71b (patch) | |
| tree | 8a8faf18b14d512fcc0916155653db8074d5f03f /pkg/binutils/gen.lua | |
| parent | a141473246997fce369599e1a8731e0f4bd32147 (diff) | |
binutils: Update to 2.38
Diffstat (limited to 'pkg/binutils/gen.lua')
| -rw-r--r-- | pkg/binutils/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua index 7528d427..cd43f225 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -1,4 +1,4 @@ -local version = setmetatable({2, 36, 1}, {__index=function() return 0 end}) +local version = setmetatable({2, 38}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} @@ -194,7 +194,7 @@ sub('binutils.ninja', function() bucomm.c version.c filemode.c rename.c elfcomm.c rddbg.c debug.c stabs.c rdcoff.c wrstabs.c - dwarf.c + dwarf.c demanguse.c ) libbfd.a.d libiberty.a |
