<div dir="ltr">Not sure if this is relevant but 32bit apple targets were supported some time ago as Tier 1 and Tier 2 but were then demoted to Tier 3 according to <a href="https://github.com/rust-lang/rfcs/pull/2837">https://github.com/rust-lang/rfcs/pull/2837</a>. It seems that apple has stopped supporting these systems, hence the demotion.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 25, 2020 at 10:29 AM Steve Lhomme <<a href="mailto:robux4@ycbcr.xyz">robux4@ycbcr.xyz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2020-09-24 22:06, Felix Paul Kühne wrote:<br>
> From: Felix Paul Kühne <<a href="mailto:felix@feepk.net" target="_blank">felix@feepk.net</a>><br>
<br>
Any reason why ? We can't set a proper Rust architecture for it ?<br>
<br>
> ---<br>
>   contrib/src/main-rust.mak | 2 ++<br>
>   1 file changed, 2 insertions(+)<br>
> <br>
> diff --git a/contrib/src/main-rust.mak b/contrib/src/main-rust.mak<br>
> index edd9c47467..36ca76d8ef 100644<br>
> --- a/contrib/src/main-rust.mak<br>
> +++ b/contrib/src/main-rust.mak<br>
> @@ -15,10 +15,12 @@ else ifdef HAVE_ANDROID<br>
>   RUST_TARGET = $(HOST)<br>
>   else ifdef HAVE_IOS<br>
>   ifneq ($(ARCH),arm) # iOS 32bit is Tier 3<br>
> +ifneq ($(ARCH),i386) # iOS 32bit is Tier 3<br>
>   ifndef HAVE_TVOS # tvOS is Tier 3<br>
>   RUST_TARGET = $(ARCH)-apple-ios<br>
>   endif<br>
>   endif<br>
> +endif<br>
>   else ifdef HAVE_MACOSX<br>
>   RUST_TARGET = $(ARCH)-apple-darwin<br>
>   else ifdef HAVE_SOLARIS<br>
> -- <br>
> 2.24.3 (Apple Git-128)<br>
> <br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
> <br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a></blockquote></div>