diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-09 00:37:42 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-09 00:37:42 +0530 |
| commit | 4c0f7fd6fcb45d26668d01d6434108ae2fc76580 (patch) | |
| tree | 68081c3d3a73b3400ed5d54ca583b44db5bc61e7 /src/rustllvm/RustWrapper.cpp | |
| parent | 8b8cb34747a76a55e1d29b7bf06b33cc7373bf9c (diff) | |
| parent | 6c6b20031c80c8e30b8c4edc36f136b682534de6 (diff) | |
| download | rust-4c0f7fd6fcb45d26668d01d6434108ae2fc76580.tar.gz rust-4c0f7fd6fcb45d26668d01d6434108ae2fc76580.zip | |
Rollup merge of #25140 - kevinmehall:mips, r=steveklabnik
Building with `--target=mipsel-unknown-linux-gnu` currently results in the following errors, fixed by this PR:
```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/mipsel-unknown-linux-gnu/lib/libstd
/vol/rust/src/libstd/os/linux/raw.rs:76:21: 76:28 error: use of undeclared type name `c_ulong`
/vol/rust/src/libstd/os/linux/raw.rs:76 pub st_dev: c_ulong,
^~~~~~~
/vol/rust/src/libstd/os/linux/raw.rs:83:22: 83:29 error: use of undeclared type name `c_ulong`
/vol/rust/src/libstd/os/linux/raw.rs:83 pub st_rdev: c_ulong,
^~~~~~~
/vol/rust/src/libstd/sys/common/net2.rs:210:52: 210:70 error: unresolved name `libc::TCP_KEEPIDLE`
/vol/rust/src/libstd/sys/common/net2.rs:210 setsockopt(&self.inner, libc::IPPROTO_TCP, libc::TCP_KEEPIDLE,
```
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
