]> git.lizzy.rs Git - rust.git/commit
Auto merge of #60547 - redox-os:redox-unix, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 7 Aug 2019 16:56:46 +0000 (16:56 +0000)
committerbors <bors@rust-lang.org>
Wed, 7 Aug 2019 16:56:46 +0000 (16:56 +0000)
commitad7c55e1fc55d9af4787b285cec1c64e3480ae84
treeab629e87d6789d951b3f530231c5101874c711fc
parent647ed20e439e48f7ea88cebc6cad17cb85e63a3d
parentebb648d4fbda07477ab9454dfda98187cd26aa34
Auto merge of #60547 - redox-os:redox-unix, r=alexcrichton

redox: convert to target_family unix

This is the second step to supporting rust-lang/rust#60139.

In order to have a smooth transition, there will need to be a change made in liblibc at the same time, switching Redox over to the unix target family. See https://github.com/rust-lang/libc/pull/1332