Commit Graph

588 Commits

Author SHA1 Message Date
Rudi Heitbaum
0cb0de9016 lua52: build with +pic
required by mpv-drmprime
2025-03-26 08:26:37 +00:00
Rudi Heitbaum
1c7f32edb8 gcc: 14.2.0: arm: Fix signedness of vld1q intrinsic parms
- required by: aom-3.12.0
- https://aomedia.issues.chromium.org/issues/397711740
2025-03-14 08:36:29 +00:00
Andre Heider
a555d81121 use a distinct sysroot per toolchain
Using one for all yields all sorts of issues:

build/gcc-aarch64-14.2.0/.x86_64-linux-gnu/./gcc/xgcc -Bbuild/gcc-aarch64-14.2.0/.x86_64-linux-gnu/./gcc/ -Btoolchain/aarch64-none-elf/bin/ -Btoolchain/aarch64-none-elf/lib/ -isystem toolchain/aarch64-none-elf/include -isystem toolchain/aarch64-none-elf/sys-include    -g -O2 -O2  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc  -I. -I. -I../.././gcc -Ibuild/gcc-aarch64-14.2.0/libgcc -Ibuild/gcc-aarch64-14.2.0/libgcc/. -Ibuild/gcc-aarch64-14.2.0/libgcc/../gcc -Ibuild/gcc-aarch64-14.2.0/libgcc/../include  -DHAVE_CC_TLS   -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep  -c build/gcc-aarch64-14.2.0/libgcc/config/aarch64/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/features.h:548,
                 from toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/bits/libc-header-start.h:33,
                 from toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/stdint.h:26,
                 from build/gcc-aarch64-14.2.0/.x86_64-linux-gnu/gcc/include/stdint.h:9,
                 from toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/elf.h:24,
                 from toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/sys/auxv.h:22,
                 from build/gcc-aarch64-14.2.0/libgcc/config/aarch64/cpuinfo.c:28:
toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-soft.h: No such file or directory
    7 | # include <gnu/stubs-soft.h>
      |           ^~~~~~~~~~~~~~~~~~
compilation terminated.

Notice the mix of paths from two architectures.
Additionally the armv8a fpu config leaks into aarch64.
2025-03-01 11:27:46 +01:00
Rudi Heitbaum
3e5dea6e0d Python3: fix host DEPEND to be with openssl
waf fails samba target build when Pyhton3:host is built without openssl
DEPEND needs to be updated when building some addons directly from clean
(e.g. mpd)
2025-02-17 07:39:06 +00:00
Rudi Heitbaum
156e0187ff Python3: update to 3.12.9
release notes: https://peps.python.org/pep-0693/
2025-02-05 04:35:45 +00:00
Rudi Heitbaum
b8fde23ed9 llvm: update to 19.1.7 2025-01-15 00:01:09 +00:00
Rudi Heitbaum
0d36febdb0 llvm: build llvm-objcopy required for rust 1.84.0 2025-01-10 09:05:03 +00:00
Rudi Heitbaum
4113f3dd83 llvm: update to 19.1.6 2024-12-18 11:03:55 +00:00
Rudi Heitbaum
389a96089a Python3: update to 3.12.8
ref: https://docs.python.org/release/3.12.8/whatsnew/changelog.html#python-3-12-8
2024-12-14 10:48:14 +00:00
Rudi Heitbaum
9d66ce5e17 llvm: update to 19.1.5 2024-12-04 11:19:28 +00:00
Rudi Heitbaum
dc5f26ff90 llvm: update to 19.1.4 2024-11-20 16:22:16 +00:00
Rudi Heitbaum
4e34b261ad llvm: update to 19.1.3 2024-10-31 06:41:24 +00:00
CvH
640951a049 Merge pull request #9404 from heitbaum/rust
update to llvm-19.1.2 and rust-1.82.0
2024-10-18 19:45:46 +02:00
Matthias Reichl
86f88a28d0 Merge pull request #9301 from heitbaum/cfglib
add cfg-libs option to PKG_BUILD_FLAGS to fix configure unrecognized options
2024-10-18 13:16:39 +02:00
Rudi Heitbaum
e55f506d79 llvm: update to 19.1.2 2024-10-18 06:11:48 +00:00
Rudi Heitbaum
9febb950c1 Python3: use cfg-libs option and use --enable-shared to enable building a shared Python library 2024-10-11 08:14:36 +00:00
Rudi Heitbaum
1dbcefa179 Python3: update to 3.12.7 2024-10-09 11:29:38 +00:00
Rudi Heitbaum
d7f670c4cf Python3: drop xz:host only include xz for target builds 2024-10-05 04:58:17 +00:00
Rudi Heitbaum
9e49cef463 Python3: cleanup configure options
options dropped in:
- https://git.busybox.net/buildroot/commit/package/python3?id=76cd14167f5eb3ffe22e131ddbbecf9bc61f2ef1
- https://git.busybox.net/buildroot/log/package/python3

cxx-main dropped in:
- 398ed84dc4

ffi dropped in:
- f40d4ddff3
2024-09-20 11:07:30 +00:00
Rudi Heitbaum
bc6eb1da3c cleanup packages: use cfg-libs option 2024-09-15 11:47:16 +00:00
Rudi Heitbaum
222ec07ab8 Python3: update to 3.12.6
pep:
- https://peps.python.org/pep-0693/
2024-09-14 11:59:37 +00:00
Jernej Skrabec
26915a3a48 Python3: update to 3.12 2024-08-24 12:14:17 +02:00
Jernej Skrabec
ea60ca457e Python3: Fix target sysconfig paths for include and lib folders 2024-08-21 19:31:02 +02:00
Rudi Heitbaum
577802f142 gcc: 14.2 upstream fix for building libaom on arm64
ref:
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115464
- https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=32b21292adb6ad6b5e1d60d923a773e4d0daca7b
- https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=86dacfb06b90371458d58872f461d358a0834305
- https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/releases/gcc-14
2024-08-18 05:15:35 +00:00
Rudi Heitbaum
2fba186c6e Merge pull request #9128 from CvH/13.0/shfmt-packages
cleanup package formatting
2024-08-11 19:39:07 +10:00