Skip to content

A collection of statically-linked tools targeted to run on almost any linux system.

Notifications You must be signed in to change notification settings

andrewjlamarche/ubiquity-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubiquity-toolkit

A collection of statically-linked tools targeted to run on almost any linux system.

Supported Architectures

  • aarch64-linux-musl
  • arm-linux-musleabi
  • armeb-linux-musleabi
  • mips-linux-musl
  • mipsel-linux-musl
  • mips64-linux-musl
  • mips64el-linux-musl
  • riscv64-linux-musl
  • x86_64-linux-musl
  • i386-linux-musl
  • powerpc-linux-musl
  • powerpc64-linux-musl
  • powerpc64le-linux-musl

Building

It is first recommended to build and install the musl toolchain for your target. See musl-cross-make.

Build the libraries: make -j $(nproc) lib TARGET=aarch64-linux-musl

Build the packages: make -j $(nproc) package TARGET=aarch64-linux-musl

About

A collection of statically-linked tools targeted to run on almost any linux system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published