about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example/std_example.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-21 22:45:37 +0000
committerbors <bors@rust-lang.org>2023-06-21 22:45:37 +0000
commitf272fc3a86c23682ff1e52c0893d6df2454bb0cd (patch)
tree96819f33121d7ae8b3ea09b119e25cdce670e090 /compiler/rustc_codegen_gcc/example/std_example.rs
parent065a1f5df9c2f1d93269e4d25a2acabbddb0db8d (diff)
parentaf0662f18cf4334a267397a71c3fdb3f4297f35f (diff)
downloadrust-f272fc3a86c23682ff1e52c0893d6df2454bb0cd.tar.gz
rust-f272fc3a86c23682ff1e52c0893d6df2454bb0cd.zip
Auto merge of #103503 - thomcc:tvos-support, r=workingjubilee
Support Apple tvOS in libstd

This target has existed in the compiler for a while, was `no_std`-only previously (even requiring `#![feature(restricted_std)]`). Apple tvOS is essentially the same as iOS, down to using the same version numbering, so there's no reason for this to be a `no_std`-only target the way it is currently.

Not yet tested much (I have an Apple TV, but haven't tested that this can deploy and run programs on it, nor the simulator). Uses the implementation strategy as the watchOS support in https://github.com/rust-lang/rust/pull/98101 and etc. That is, no `std::os::` interfaces aside from those in `std::os::unix`.

Includes an update to libc in order to pull in https://github.com/rust-lang/libc/pull/2958.
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions