diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-21 01:32:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-22 15:00:17 -0700 |
| commit | 530cd49c73ecdec161269b62e85b3d60e301b301 (patch) | |
| tree | c3f097b8b3aa5610eced4243ca6b7f8c1f29d257 /pkg/binutils/gen.lua | |
| parent | 195d6e586d1a49caf0b9b8e42c3f378c3095ffd4 (diff) | |
binutils: Update to 2.35.1
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 c7c9a03e..113f9331 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -1,4 +1,4 @@ -local version = setmetatable({2, 35}, {__index=function() return 0 end}) +local version = setmetatable({2, 35, 1}, {__index=function() return 0 end}) local defvec = 'x86_64_elf64_vec' local selvecs = {[defvec]=true, i386_elf32_vec=true} local selarchs = {i386=true} @@ -8,7 +8,7 @@ local emuls = { } cflags{ - '-std=c99', '-Wall', '-Wno-return-local-addr', + '-std=c99', '-Wall', '-Wno-return-local-addr', '-Wno-stringop-truncation', '-D _POSIX_C_SOURCE=200809L', '-D HAVE_CONFIG_H', '-I $srcdir/include', |
