Commit Graph

57 Commits

Author SHA1 Message Date
Rudi Heitbaum
7eba7e9689 binutils: update to 2.41 2023-08-01 08:35:35 +00:00
Rudi Heitbaum
4bc356f585 binutils: update to 2.40
ann:
- https://sourceware.org/pipermail/binutils/2023-January/125671.html
2023-03-10 09:08:41 +00:00
Rudi Heitbaum
3802cb7b28 binutils: update to 2.39 2022-08-08 10:24:25 +00:00
Rudi Heitbaum
926c2d4fe4 binutils: add comments on MAKEINFO usage 2022-07-02 12:05:22 +00:00
Rudi Heitbaum
7f2308d7ac binutils: do not build documentation 2022-06-19 07:28:26 +00:00
heitbaum
b816cdbe25 binutils: update to 2.38 2022-06-19 07:26:25 +00:00
Ian Leonard
a521c82ec1 binutils: update to 2.37
Refresh patches.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-12-25 21:28:35 +00:00
heitbaum
820898ea42 qemu: remove --static to successfully compile on hirsute-proposed glibc 2.33
binutils: gdb HEAD requires --enable-static

to compile 668c18f17fc4ea91675a2b638c31bfbefa29665f
as mentioned in PR5159
2021-09-11 23:21:26 +10:00
heitbaum
b9171dc8f1 binutils: fix parallel build with libctf requiring bfd 2021-02-19 08:33:52 +00:00
Ian Leonard
78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00
Ian Leonard
b1ffdba907 binutils: update to 2.35.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-11-11 01:36:22 +00:00
Jernej Skrabec
728a16be96 binutils: Backport fixes needed for -flto combined with -fno-common
This is needed mostly for libtool configuration tests

https://sourceware.org/bugzilla/show_bug.cgi?id=25355
2020-06-24 20:56:40 +02:00
Andre Heider
3365aa2456 binutils: fix build without texinfo
binutils-2.34/missing: 81: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
make[3]: *** [Makefile:474: binutils.info] Error 127
2020-02-20 01:42:23 +01:00
MilhouseVH
b2dbc66ec9 binutils: update to binutils-2.34 2020-02-04 23:14:28 +00:00
Matthias Reichl
e7d2796b1a binutils: explicitly depend on target zlib
By default binutils 2.33 will automatically build and use it's
bundled zlib version - which isn't obvious from package.mk as
we don't explicitly build the zlib folder.

binutils 2.32 uses the zlib include from it's bundled version but
won't build it and try to link with libz.a from sysroot - which
will either fail (if zlib wasn't built before) or result in a
possible version mix (which isn't nice as well).

Explicitly using the target zlib - like most linux distributions
do - solves these issues and makes the build consistent.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-21 18:34:19 +01:00
MilhouseVH
fdccc56e64 binutils: update to binutils-2.33.1 2019-10-13 03:36:37 +01:00
MilhouseVH
0a890b8099 binutils: build strings for target (needed by rpi-eeprom-update) 2019-09-03 19:05:15 +01:00
Matthias Reichl
0c2616d77a binutils: build libopcodes for target
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-05-09 19:43:30 +01:00
MilhouseVH
cb21c54f20 binutils: update to binutils-2.32 2019-02-03 15:45:07 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
ccff6b7109 binutils: update to binutils-2.31.1 2018-07-31 12:23:38 +01:00
CvH
8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
Jonas Karlman
500add21aa binutils: add patch to fix aarch64 ld regression 2018-02-25 17:43:03 +01:00