Skip to content
Snippets Groups Projects
  1. Apr 25, 2016
  2. 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
  3. 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
  4. Apr 15, 2016
  5. Apr 13, 2016
  6. Apr 12, 2016
  7. Apr 11, 2016
  8. Apr 10, 2016
  9. Apr 06, 2016
  10. Apr 05, 2016
  11. Apr 04, 2016
  12. Apr 03, 2016
  13. Apr 02, 2016
  14. Mar 31, 2016
Loading