- Apr 07, 2019
-
-
Jeremy Soller authored
-
- Mar 28, 2019
-
-
Jeremy Soller authored
-
- Mar 17, 2019
-
-
Jeremy Soller authored
-
- Jan 08, 2019
-
-
Jeremy Soller authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Add sys_timeb header
-
- Dec 02, 2018
-
-
Jeremy Soller authored
-
- Nov 27, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
- Remove incorrect header styles - Use export.replace where header style was previously needed - Check compilation of tests using system gcc
-
- Nov 17, 2018
-
-
Alexander Theißen authored
We cannot use ?= because CC is set by default to "cc". Therefore CC was never set. In addition we need to export the variable in order to have the rust cc crate pick it up. Otherwise it is only used by openlibm where it is explicitly passed.
-
- Nov 14, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 11, 2018
-
-
Jeremy Soller authored
-
- Oct 05, 2018
-
-
jD91mZM2 authored
-
- Sep 25, 2018
-
-
Jeremy Soller authored
-
- Sep 23, 2018
-
-
jD91mZM2 authored
-
- Sep 18, 2018
-
-
Jeremy Soller authored
-
- Aug 27, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Aug 26, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Aug 25, 2018
-
-
Jeremy Soller authored
-
- Aug 18, 2018
-
-
Jeremy Soller authored
-
- Jul 27, 2018
-
-
Robin Randhawa authored
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: redox-os/relibc#127
-
- Jul 03, 2018
-
-
Jeremy Soller authored
-
jD91mZM2 authored
-
- Jul 01, 2018
-
-
jD91mZM2 authored
-
- Jun 26, 2018
-
-
jD91mZM2 authored
-
- Jun 24, 2018
-
-
jD91mZM2 authored
Turns out that this only worked because I didn't clean before rebuilding, so it still had access to the old files. Sorry.
-
Jeremy Soller authored
-
jD91mZM2 authored
-
- Jun 23, 2018
-
-
jD91mZM2 authored
-
- Mar 28, 2018
-
-
Jeremy Soller authored
Add mem* functions to stdio Add constant int functions
-
- Mar 27, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-