diff --git a/system/devel/binutils/actions.py b/system/devel/binutils/actions.py
index 6d35e26f..6e02cded 100644
--- a/system/devel/binutils/actions.py
+++ b/system/devel/binutils/actions.py
@@ -74,7 +74,7 @@ def install():
pisitools.remove("/usr/lib/libbfd.la")
# Remove unneded man , info
- unneeded_man={"dlltool.1","nlmconv.1","windres.1","windmc.1"}
+ unneeded_man={"dlltool.1"}
for i in unneeded_man:
pisitools.remove("/usr/share/man/man1/%s" %i)
diff --git a/system/devel/binutils/pspec.xml b/system/devel/binutils/pspec.xml
index a56d5a8c..4dad8e85 100644
--- a/system/devel/binutils/pspec.xml
+++ b/system/devel/binutils/pspec.xml
@@ -11,7 +11,7 @@
app:console
Assembler and linker tools
Contains commands like as, ld, nm, objdump, ar, ranlib for compiling assembly code to the machine language, and for linking and manipulating the binary object files.
- http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.bz2
+ http://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.bz2
@@ -31,6 +31,13 @@
+
+ 2019-12-10
+ 2.33.1
+ Version bump.
+ Idris Kalp
+ idriskalp@gmail.com
+
2018-07-15
2.30