Skip to content
Snippets Groups Projects
  1. May 03, 2016
  2. Apr 30, 2016
  3. Apr 29, 2016
  4. Apr 28, 2016
  5. Apr 27, 2016
  6. Apr 26, 2016
  7. Apr 25, 2016
  8. Apr 18, 2016
    • bors's avatar
      Auto merge of #264 - timonvo:armmusleabi, r=alexcrichton · 1e6a354c
      bors authored
      Add support for arm-unknown-linux-musleabi{,hf} targets.
      
      These targets will be similar to the x86_64-unknown-linux-musl
      target, in that they'll use MUSL libc to allow fully static binaries
      to be generated. To remain consistent with the naming of existing
      ARM targets, as well as with the standard naming of MUSL toolchains,
      we'll use `musleabi` and `musleabihf` as the target environment
      names (analogous to `gnueabi` and `gnueabihf`).
      
      Most of these changes just extend the special casing for x86_64 MUSL
      targets to the ARM ones as well.
      1e6a354c
  9. Apr 16, 2016
    • Timon Van Overveldt's avatar
      Add support for arm-unknown-linux-musleabi{,hf} targets. · ad728590
      Timon Van Overveldt authored
      These targets will be similar to the x86_64-unknown-linux-musl
      target, in that they'll use MUSL libc to allow fully static binaries
      to be generated. To remain consistent with the naming of existing
      ARM targets, as well as with the standard naming of MUSL toolchains,
      we'll use `musleabi` and `musleabihf` as the target environment
      names (analogous to `gnueabi` and `gnueabihf`).
      
      Most of these changes just extend the special casing for x86_64 MUSL
      targets to the ARM ones as well.
      ad728590
  10. Apr 15, 2016
  11. Apr 13, 2016
  12. Apr 12, 2016
  13. Apr 11, 2016
  14. Apr 10, 2016
  15. Apr 06, 2016
  16. Apr 05, 2016
  17. Apr 04, 2016
Loading