Skip to content
Snippets Groups Projects
  1. Apr 07, 2019
  2. Mar 28, 2019
  3. Mar 17, 2019
  4. Jan 08, 2019
  5. Dec 09, 2018
  6. Dec 02, 2018
  7. Nov 27, 2018
  8. Nov 17, 2018
    • Alexander Theißen's avatar
      Properly export CC variable in Makefile · e102c234
      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.
      e102c234
  9. Nov 14, 2018
  10. Nov 11, 2018
  11. Oct 05, 2018
  12. Sep 25, 2018
  13. Sep 23, 2018
  14. Sep 18, 2018
  15. Aug 27, 2018
  16. Aug 26, 2018
  17. Aug 25, 2018
  18. Aug 18, 2018
  19. 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
  20. Jul 03, 2018
  21. Jul 01, 2018
  22. Jun 26, 2018
  23. Jun 24, 2018
  24. Jun 23, 2018
  25. Mar 28, 2018
  26. Mar 27, 2018
Loading