amosbird / ldb_toolchain_gen

MIT License
66 stars 21 forks source link

Unify x86 and ARM toolchain build #13

Closed yangzhg closed 2 years ago

yangzhg commented 2 years ago

Unified toolchain generation for x86 and arm platforms. If you want to generate a toolchain for the arm platform, you can change ARCH=x86_64 in the Dockerfile to ARCH=aarch64.