Skip to content
Snippets Groups Projects

Switch kernel builds away from using xargo

Closed Robin Randhawa requested to merge microcolonel/redox:xargo-to-cargo into master
  1. Oct 06, 2020
    • Robin Randhawa's avatar
      Switch kernel builds away from using xargo · a76f1ac9
      Robin Randhawa authored
      Use cargo's 'build-std=core,alloc' instead.
      
      Also: Cargo is now given the complete path to the target specific JSON file.
      This forces the use of the JSON file (the file is silently ignored if
      the target in question was built into the rust compiler).
      a76f1ac9
Loading