[vlc-devel] [PATCH] contrib: disable rust for the 32bit Intel iOS simulator

Kartik Ohri kartikohri13 at gmail.com
Fri Sep 25 07:07:48 CEST 2020


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
https://github.com/rust-lang/rfcs/pull/2837. It seems that apple has
stopped supporting these systems, hence the demotion.

On Fri, Sep 25, 2020 at 10:29 AM Steve Lhomme <robux4 at ycbcr.xyz> wrote:

> On 2020-09-24 22:06, Felix Paul Kühne wrote:
> > From: Felix Paul Kühne <felix at feepk.net>
>
> Any reason why ? We can't set a proper Rust architecture for it ?
>
> > ---
> >   contrib/src/main-rust.mak | 2 ++
> >   1 file changed, 2 insertions(+)
> >
> > diff --git a/contrib/src/main-rust.mak b/contrib/src/main-rust.mak
> > index edd9c47467..36ca76d8ef 100644
> > --- a/contrib/src/main-rust.mak
> > +++ b/contrib/src/main-rust.mak
> > @@ -15,10 +15,12 @@ else ifdef HAVE_ANDROID
> >   RUST_TARGET = $(HOST)
> >   else ifdef HAVE_IOS
> >   ifneq ($(ARCH),arm) # iOS 32bit is Tier 3
> > +ifneq ($(ARCH),i386) # iOS 32bit is Tier 3
> >   ifndef HAVE_TVOS # tvOS is Tier 3
> >   RUST_TARGET = $(ARCH)-apple-ios
> >   endif
> >   endif
> > +endif
> >   else ifdef HAVE_MACOSX
> >   RUST_TARGET = $(ARCH)-apple-darwin
> >   else ifdef HAVE_SOLARIS
> > --
> > 2.24.3 (Apple Git-128)
> >
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > https://mailman.videolan.org/listinfo/vlc-devel
> >
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200925/a063018b/attachment-0001.html>


More information about the vlc-devel mailing list