about summary refs log tree commit diff
path: root/library/std/src/sys/unix/kernel_copy.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-12-01 04:53:38 +0000
committerbors <bors@rust-lang.org>2020-12-01 04:53:38 +0000
commit29c4358c189fbb3bd3fd7ac3d7a95fac7b97814c (patch)
tree002ec044f02ef56bbf5c736d4c5b828038b87add /library/std/src/sys/unix/kernel_copy.rs
parentbecec6d01e22e28137019b4cd7f142cb76ec39af (diff)
parentb2ad73e8a4c373593ae3b54e1b61d35c35dc214a (diff)
downloadrust-29c4358c189fbb3bd3fd7ac3d7a95fac7b97814c.tar.gz
rust-29c4358c189fbb3bd3fd7ac3d7a95fac7b97814c.zip
Auto merge of #78142 - operutka:armv5te-unknown-linux-uclibcgnueabi-target, r=petrochenkov
Add built-in support for the armv5te-unknown-linux-uclibcgnueabi target

Hi!

I'd like to add built-in support for the `armv5te-unknown-linux-uclibcgnueabi` target. It's a pretty common target used by many devices like routers and IP cameras. It's mostly a copy-paste of `armv5te-unknown-linux-gnueabi`. I've tested it on a quite complex application that uses tokio, openssl and a lot of other stuff and everything seems to be working fine.

I'm not sure about the `post_link_args` but the point is that my linker fails when `-ldl` isn't specified. Maybe there is a better place where to put this option...

It's my first contribution to Rust itself, so feel free to wash my head :smile:

_Note: The app mentioned above was built with this in my `.cargo/config`:_
```
[unstable]
build-std = ["core", "std", "alloc", "proc_macro", "panic_abort"]
build-std-features = ["panic_immediate_abort"]
```
Diffstat (limited to 'library/std/src/sys/unix/kernel_copy.rs')
0 files changed, 0 insertions, 0 deletions