Commit Graph

43 Commits

Author SHA1 Message Date
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
Matthias Reichl
3e8571e74a binutils: cleanup target build, add libbfd
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-20 10:54:50 +01:00
Christian Hewitt
161ae076c9 Merge pull request #2459 from MilhouseVH/le90_package_bumps_2018v1
Package Updates: various
2018-02-10 10:54:32 +04:00
Matthias Reichl
088e6a765e binutils: build libiberty for target
Libiberty is needed by perf to demangle symbols.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-05 15:42:44 +01:00
MilhouseVH
edf8510fc8 binutils: update to binutils-2.30 2018-02-05 08:59:19 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Sascha Kuehndel (InuSasha)
d3ce49c69b binutils: update to 2.29 2017-08-14 19:57:57 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
Stephan Raue
1572df81fa binutils: update to binutils-2.28
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2017-03-18 10:09:24 -07:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Peter Vicman
e947ab847b binutils: warn for uses of system directories when cross linking
linker output in case of using /usr/lib path:
/data/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/lib/gcc/x86_64-libreelec-linux-gnu/6.2.0/../../../../x86_64-libreelec-linux-gnu/bin/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation, ignore it
2016-11-23 09:07:40 +01:00
Stephan Raue
c35e290e1c binutils: update to binutils-2.27
Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 361d2bf3eaa76804ea1abde78c77be3cdd8efbcb)
2016-11-16 00:18:25 +00:00
Stephan Raue
ef501be8e5 binutils: remove old patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 377ed14d09ae53c77854b04d8808c58b3aa5fc20)
2016-11-16 00:18:25 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00