0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-03 19:29:24 +00:00
Maxython 3446e6d564 scripts: cross-compilation implementation (compilation of 32-bit programs for 64-bit arch)
- New variables have been implemented:
 - TERMUX_PKG_BUILD32 - enables or disables cross-compilation of the package
 - TERMUX_PKG_BUILD32DIR - path to compiled cross-package components
 - TERMUX_LIB64_PATH - 64-bit library path
 - TERMUX_LIB32_PATH - 32-bit library path
 - TERMUX_LIB_PATH - path to the library which changes depending on the compilation type (non-cross - TERMUX_LIB64_PATH, cross - TERMUX_LIB32_PATH)
- Implemented cross functions (termux_step_configure32, termux_step_make32 and termux_step_make_install32).
- The application environment setup scheme has been updated to ensure that cgct works properly. It now sets up temporary glibc, glibc32 packages, and libgcc symbolic links from cgct when needed. The updated scheme also allows forks to easily build glibc packages for their applications.
- The glibc package naming standard has been updated, now glibc packages can be named with the "glibc32" prefix.
2025-02-28 14:35:53 +03:00
..
2025-02-02 14:29:51 +08:00
2019-02-15 18:01:09 +02:00
2024-08-10 00:09:33 +08:00
2024-08-10 00:09:33 +08:00
2019-02-15 18:01:09 +02:00
2023-09-03 08:46:13 +01:00
2023-09-03 08:46:13 +01:00
2023-09-03 08:46:13 +01:00
2019-02-15 18:01:09 +02:00