Skip to content

AndrewD/riscv-musl

This branch is up to date with sorear/riscv-musl:staging.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0e3223 · Feb 12, 2019
Feb 12, 2019
Sep 27, 2018
Apr 24, 2012
Jan 11, 2019
Sep 19, 2018
Feb 12, 2019
Aug 2, 2018
Jul 6, 2016
Sep 20, 2018
Aug 30, 2017
Sep 12, 2018
Jun 25, 2014
Sep 4, 2018
Sep 4, 2018
Sep 27, 2018
Apr 18, 2018

Repository files navigation

    musl libc

musl, pronounced like the word "mussel", is an MIT-licensed
implementation of the standard C library targetting the Linux syscall
API, suitable for use in a wide range of deployment environments. musl
offers efficient static and dynamic linking support, lightweight code
and low runtime overhead, strong fail-safe guarantees under correct
usage, and correctness in the sense of standards conformance and
safety. musl is built on the principle that these goals are best
achieved through simple code that is easy to understand and maintain.

The 1.1 release series for musl features coverage for all interfaces
defined in ISO C99 and POSIX 2008 base, along with a number of
non-standardized interfaces for compatibility with Linux, BSD, and
glibc functionality.

For basic installation instructions, see the included INSTALL file.
Information on full musl-targeted compiler toolchains, system
bootstrapping, and Linux distributions built on musl can be found on
the project website:

    http://www.musl-libc.org/

About

musl libc for RISC-V

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.6%
  • Assembly 5.1%
  • C++ 3.4%
  • Awk 0.4%
  • Makefile 0.3%
  • Shell 0.1%
  • Other 0.1%