]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #47352 - EdSchouten:cloudabi-libtest, r=kennytm
authorkennytm <kennytm@gmail.com>
Fri, 12 Jan 2018 18:26:41 +0000 (02:26 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 12 Jan 2018 19:17:01 +0000 (03:17 +0800)
Make libtest build on CloudABI.

Just like on UNIX systems, we need to use sysconf() to obtain the number
of CPUs. Extend the existing cfg()'s to match CloudABI as well.


Trivial merge