From 530cd49c73ecdec161269b62e85b3d60e301b301 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 21 Sep 2020 01:32:04 -0700 Subject: binutils: Update to 2.35.1 --- pkg/binutils/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/binutils/gen.lua') 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', -- cgit v1.2.3