- Aug 07, 2018
-
-
jD91mZM2 authored
-
- Aug 05, 2018
- Aug 04, 2018
-
-
jD91mZM2 authored
-
- Aug 03, 2018
-
-
jD91mZM2 authored
-
- Aug 02, 2018
-
-
jD91mZM2 authored
Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
-
- Jul 31, 2018
-
-
jD91mZM2 authored
-
- Jul 30, 2018
- Jul 29, 2018
-
-
jD91mZM2 authored
I really really wish I could actually test this on redox. All I know is: it compiles
-
Jeremy Soller authored
-
Jeremy Soller authored
Format
-
jD91mZM2 authored
-
jD91mZM2 authored
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jul 28, 2018
- Jul 27, 2018
-
-
jD91mZM2 authored
-
jD91mZM2 authored
-
jD91mZM2 authored
Turn the libc and libm rules into 'order-only' prequisites Closes #127 See merge request redox-os/relibc!158
-
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
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jul 26, 2018
- Jul 25, 2018
- Jul 23, 2018
-
-
jD91mZM2 authored
-