1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Add cross build targeting Redox to Travis CI

This commit is contained in:
Ian Douglas Scott 2017-11-13 22:50:58 -08:00
parent 5f8c506a32
commit a23a8ed1f1
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
3 changed files with 17 additions and 3 deletions

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"