Skip to content
Snippets Groups Projects
  1. Aug 26, 2018
  2. Aug 25, 2018
  3. Aug 18, 2018
  4. Jul 27, 2018
    • Robin Randhawa's avatar
      Turn the libc and libm rules into 'order-only' prequisites · cb046c78
      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
      cb046c78
  5. Jul 03, 2018
  6. Jul 01, 2018
  7. Jun 26, 2018
  8. Jun 24, 2018
  9. Jun 23, 2018
  10. Mar 28, 2018
  11. Mar 27, 2018
Loading