Cross-compiler build automation tool
Go to file
Alex Kotov 85a0359d46
Remove unnecessary package "newlib"
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
LICENSE Initial commit 2022-01-17 23:18:42 +05:00
README.md Fix architectures 2022-06-22 10:02:21 +03:00
fetch Remove unnecessary package "newlib" 2024-05-16 00:53:32 +04: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

README.md

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