1
0
Fork 0
mirror of https://github.com/tailix/cross.git synced 2024-11-03 04:23:29 -05:00
Cross-compiler build automation tool
Find a file
2024-05-16 00:53:32 +04:00
build Improve code 2022-06-21 19:00:12 +03:00
root Initial commit 2022-01-17 23:18:42 +05:00
src Initial commit 2022-01-17 23:18:42 +05:00
.gitignore Reorder .gitignore 2022-06-06 03:32:04 +03:00
fetch Remove unnecessary package "newlib" 2024-05-16 00:53:32 +04:00
LICENSE Initial commit 2022-01-17 23:18:42 +05:00
README.md Fix architectures 2022-06-22 10:02:21 +03:00
sha256sums.txt Remove unnecessary package "newlib" 2024-05-16 00:53:32 +04:00
wget.txt Remove unnecessary package "newlib" 2024-05-16 00:53:32 +04:00

Architectures

Architectures should be properly identified. We use the following scheme, but it may change in future:

  • x86
    • i386
    • x86_64
  • riscv
    • riscv64
  • arm
    • aarch64