Alexey Sheplyakov dfe065bd30 altcross.sh: disable libsanitizer to avoid build error
libsanitizer wants limits.h, which is a part of compiler. However
the compiler hasn't been installed yet, since we are building its
runtime. Disable libsanitizer to avoid the problem.

TODO: Perhaps there's a special target to build an install compiler
headers only. Figure it out and re-enable libsanitizer.
2021-07-29 21:11:56 +04:00
2021-06-10 13:38:14 +00:00
2021-07-29 19:58:37 +04:00
2021-06-15 15:00:14 +00:00

This repo contains a spec file for building aarch64 targeted GCC
cross-toolchain. The actual sources are in gcc-source, binutils-source,
glibc-source, and kernel-source-5.4 packages.
Description
GCC based cross-toolchains for arm, riscv, and other architectures
Readme 442 MiB
Languages
Shell 88.9%
Assembly 5.3%
CMake 3.4%
C++ 1.3%
C 1.1%