Commit graph

533 commits

Author SHA1 Message Date
heitbaum
b093ba8085 llvm: Build with LLVM_ENABLE_LIBXML2=OFF 2021-09-12 00:26:40 +10:00
mglae
e0a1424c62 llvm: fix passing compile options building target
See https://github.com/LibreELEC/LibreELEC.tv/issues/5486
2021-09-12 00:26:40 +10:00
heitbaum
96ea76adab gcc-arm-aarch64-none-linux-gnu: update to 10.3-2021.07 2021-09-11 23:21:26 +10:00
heitbaum
128f21313d gcc-arm-aarch64-none-elf: update to 10.3-2021.07 2021-09-11 23:21:26 +10:00
heitbaum
531db3a18e llvm: update to 12.0.1 2021-09-11 23:21:26 +10:00
CvH
487af65102
Merge pull request #5529 from chewitt/gcc
gcc: add libsanitiser patch for 5.12+ kernels
2021-08-20 11:09:56 +02:00
CvH
a3c7e2c1ae
Merge pull request #5158 from SupervisedThinking/llvm
llvm: updated to v12.0.0
2021-08-11 13:12:37 +02:00
CvH
ef691a264e
Merge pull request #5305 from SupervisedThinking/gcc103
gcc: update to 10.3.0 / updated license short identifier
2021-08-11 13:09:35 +02:00
Christian Hewitt
8b99edd794 gcc: add libsanitiser patch for 5.12+ kernels 2021-08-04 09:01:24 +00:00
heitbaum
6e70dda71e Python3: update to 3.8.11
release notes: (security release)
- https://docs.python.org/release/3.8.11/whatsnew/changelog.html#changelog
2021-07-01 14:40:40 +00:00
Tomáš Kelemen (vudiq)
32c502c1a9 Merge branch 'master' into lakka 2021-05-22 19:10:57 +02:00
heitbaum
17d33a7854 Python3: update to 3.8.10 and HSTS
update 3.8.9 (2021-04-02) to 3.8.10 (2021-05-03)
changelog: https://docs.python.org/release/3.8.10/whatsnew/changelog.html

This is the final regular bugfix release of Python 3.8. Security
releases will follow until October 2024. Release schedule can be found
at https://www.python.org/dev/peps/pep-0569/

Update URLs to https inline with HSTS policy of python.org.
2021-05-03 22:32:02 +00:00
SupervisedThinking
6763b432dc llvm: updated to v12.0.0
- https://www.phoronix.com/scan.php?page=news_item&px=LLVM-12.0-Released
2021-04-18 11:00:59 +02:00
Tomáš Kelemen (vudiq)
2fff9cd94c gcc: keep libatomic
needed by kronos
2021-04-10 19:20:02 +02:00
SupervisedThinking
d7d2602a3c gcc: update to 10.3.0 / updated license short identifier 2021-04-09 10:49:02 +02:00
Tomáš Kelemen (vudiq)
58c036ecf7 add SDL packages for libretro cores
needed by chailove, dosbox_svn, nxengine
2021-04-09 08:18:22 +02:00
heitbaum
468d15da50 Python3: update to 3.8.9
update form 3.8.8 to 3.8.9
changelog: https://docs.python.org/release/3.8.9/whatsnew/changelog.html#python-3-8-9

release schedule: PEP 569 - https://www.python.org/dev/peps/pep-0569/
3.8.8: Friday, 2021-02-19
3.8.9: Friday, 2021-04-02 (security hotfix)
3.8.10: Monday, 2021-05-03 - Final regular bugfix release with binary installers:
2021-04-08 11:34:12 +00:00
Christian Hewitt
9797bc8ef3
Merge pull request #5175 from heitbaum/python
Python3: update to 3.8.8
2021-03-08 16:01:25 +04:00
Alex Bee
2979b1f8d2 gcc-arm-arm-none-linux-gnueabihf: drop package
This toolchain was only used as kernel toolchain for RK3288 - its no longer required: drop it.
2021-02-28 11:14:47 +01:00
heitbaum
f34cb727ce Python3: update to 3.8.8
release schedule: https://www.python.org/dev/peps/pep-0569/

update 3.8.7 (2020-12-21) to 3.8.8 (2021-02-19)
release: https://www.python.org/downloads/release/python-388/
diff: https://github.com/python/cpython/compare/v3.8.7...v3.8.8
2021-02-22 10:56:09 +00:00
CvH
91cf0cd87f
Merge pull request #5059 from lrusak/gcc-package-update
GCC toolchain updates
2021-02-06 20:04:15 +01:00
SupervisedThinking
22248e20b5 llvm: updated to v11.0.1 / dropped patch 2021-01-30 20:38:57 +01:00
Lukas Rusak
c82b0ec4f8 gcc-arm-aarch64-none-elf: update to 10.2-2020.11 2021-01-29 09:12:56 -08:00
Lukas Rusak
204de790a3 gcc-arm-arm-none-linux-gnueabihf: update to 10.2-2020.11 2021-01-29 09:12:56 -08:00
Lukas Rusak
22e6cd42fd gcc-arm-aarch64-none-linux-gnu: update to 10.2-2020.11 2021-01-29 09:12:56 -08:00
Ian Leonard
3087041cd0 lang: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:55 +00:00
CvH
81c5bcd6fa
Merge pull request #4790 from heitbaum/python3
python3: update to 3.8.7
2020-12-30 23:13:33 +01:00
Andre Heider
839c38c646 gcc-or1k-linux: add OpenRISC 1000 toolchain
Required for building the sunxi crust firmware.
2020-12-28 11:20:57 +01:00
heitbaum
2c93413059 python3: update to 3.8.7 2020-12-25 09:30:35 +00:00
Ian Leonard
968e12d2d8 nasm: update to 2.15.05
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-11-11 01:36:22 +00:00
Ian Leonard
2ab33c3f2f python3: update to 3.8.6
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-11-11 01:36:22 +00:00
mglae
137086d5f8 llvm: update to 10.0.1 2020-10-04 17:41:46 +02:00
Ian Leonard
373bbc0d12 Python3: update to 3.8.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-08-10 19:23:57 +00:00
Ian Leonard
6a272ef005 gcc: update to 10.2.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-28 15:32:53 +00:00
Ian Leonard
453a880760 python3: update to 3.7.8
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-14 17:09:26 +00:00
Peter
e8a0318e6e gcc: add zstd dependency
gcc 10 adds zstd compression for its LTO data, that's why zstd library should be build before
2020-07-09 10:45:14 +02:00
Jernej Skrabec
c84005f63c gcc: Update to 10.1.0 2020-06-24 20:56:40 +02:00
MilhouseVH
0572358ddf llvm: update to llvm-10.0.0 2020-06-24 20:56:40 +02:00
MilhouseVH
c7985e0754 gcc: fix host-gcc-final when ccache is used
58ecbbc3ef
2020-06-21 12:29:33 +02:00
CvH
f32e4aaa2b
Merge pull request #4388 from antonlacon/le10-april-updates
April 2020 Package Updates
2020-06-18 21:33:27 +02:00
Ian Leonard
4c831b636b gcc: use default C++ mode for host compiler
GCC 6 changed the default C++ mode from gnu++98 to gnu++14. This change
caused some packages to stop building. GCC 6 has been out for 4 years.

Affected software should have been fixed by now. Remaining software
should be updated, purged, or have its call to gcc changed to include
this individually.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00
Ian Leonard
05e95c6a92 python: update to 3.7.7
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00
Catalin Toda
7ec5ec3f93 Add linaro gcc for compiling on host on aarch64 2020-05-02 10:18:54 -07:00
MilhouseVH
8939e00bd8 gcc: update to gcc-9.3.0 2020-03-13 04:37:06 +00:00
CvH
10d1cb9592
Merge pull request #4206 from MilhouseVH/le10_fix_python3_regression
Python3: fix year 2038 regression on 32-bit
2020-03-12 20:04:15 +01:00
dhewg
52eca6fda6
Merge pull request #4160 from MilhouseVH/le10_bump-devel-packages
packages: bump devel packages
2020-02-20 00:18:42 +01:00
dhewg
8a2115303b
Merge pull request #4112 from Kwiboo/gcc-arm-update
gcc-arm: update to 9.2-2019.12 and remove gcc-linaro
2020-02-18 18:57:47 +01:00
MilhouseVH
35809f208b Python3: fix year 2038 regression on 32-bit 2020-02-14 01:36:26 +00:00
Matthias Reichl
7b790015cc Python3: don't install python.o file into image
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-09 13:11:42 +01:00
MilhouseVH
9b350e50b7 gcc: fix glibc-2.31 incompatability 2020-02-04 23:14:28 +00:00