Cross-compiler build automation tool
Go to file
Alex Kotov 923f25aed1
Fix architectures
2022-06-22 10:02:21 +03: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 Fetch Newlib 2022-06-21 19:44:41 +03:00
sha256sums.txt Fetch Newlib 2022-06-21 19:44:41 +03:00
wget.txt Fetch Newlib 2022-06-21 19:44:41 +03: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