Robin Randhawa cb046c78e4 Turn the libc and libm rules into 'order-only' prequisites
These prerequisites are GNU Make terminology.

This change forces the libc rule to be executed first so that the headers that
the libm rule needs are available. The original setup was using 'normal'
prerequisites which occasionally resulted in bizarre build breakage,
especially on multi-core build hosts. Seen often on my 8-way SMP build
host.

Note that this doesn't impede parallelisation of each rule indepent of
the other. It just serializes the rules themselves.

This fixes: https://gitlab.redox-os.org/redox-os/relibc/issues/127
2018-07-27 16:51:15 +01:00
2018-07-27 15:15:56 +02:00
2018-03-01 20:26:40 -07:00
2018-07-11 09:59:28 -06:00
2018-07-27 15:15:56 +02:00
2018-07-27 15:15:56 +02:00
2018-06-21 17:16:56 +02:00
2018-07-22 10:21:14 +02:00
2018-07-02 10:35:40 +02:00
2018-06-12 12:30:45 -06:00
2018-03-08 19:45:16 -07:00
2018-07-12 07:40:53 -06:00
2018-07-27 15:15:56 +02:00
2018-07-27 15:15:56 +02:00
2018-03-26 19:34:45 -06:00
2018-07-02 07:42:33 +02:00
2018-03-07 17:29:33 -07:00
2018-05-24 15:00:40 -06:00
2018-07-03 09:33:41 +02:00

relibc build

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.

The motivation for this project is twofold: Reduce issues the redox crew was having with newlib, and create a safer alternative to a C standard library written in C. It is mainly designed to be used under redox, as an alternative to newlib, but it also supports linux syscalls via the sc crate.

Contributing

Just search for any invocation of the unimplemented macro, and hop in! The ci server checks builds for linux and redox, checks formatting (via rustfmt), and runs the test suite. Run ci.sh locally to check that your changes will pass travis. Use fmt.sh to format your code and make test to run the C test suite.

Supported OSes

  • Redox OS
  • Linux

Supported architectures

  • x86_64
  • Aarch64
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 17 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%