<html><head></head><body>Hi,<br><br>There is a very simple reason why there should be as little as possible in bootstrap: avoid breaking incremental contrib builds. Contrib "users" are not supposed to rerun bootstrap every time vlc.git is updated.<br><br>TBH, I don't see how you'll have it any easier in bootstrap than Makefiles when it comes to platforms that you don't have access to.<br><br><div class="gmail_quote">Le 5 juin 2019 23:52:49 GMT+03:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">On 5 Jun 2019, at 17:01, Rémi Denis-Courmont wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> That sort of automatically detectable stuff is supposed to be in the <br> Makefiles, like e.g. get-arch.sh<br><br></blockquote><br>I agree, although untangling this is quite complex and I can't do it <br>right now,<br>without maybe breaking Android or some linux cross-builds as I am unsure <br>what<br>-arch argument the compiler expects there.<br><br>I just wanted to fix the obviously wrong order for now.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">Le 5 juin 2019 17:15:49 GMT+03:00, Marvin Scholz <epirat07@gmail.com> <br>a écrit :<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> If the *arm* case come before the arm64 case, it would always match <br> the<br> arm case instead of the arm64 one.<hr> contrib/bootstrap | 6 +++---<br> 1 file changed, 3 insertions(+), 3 deletions(-)<br><br> diff --git a/contrib/bootstrap b/contrib/bootstrap<br> index f1c6a75be6..2bd9b9c9bf 100755<br> --- a/contrib/bootstrap<br> +++ b/contrib/bootstrap<br> @@ -296,13 +296,13 @@ case "${OS}" in<br>                                     add_make "PLATFORM_SHORT_ARCH := armv7s"<br>                                    add_make_enabled "HAVE_NEON" "HAVE_ARMV7A"<br>                                        ;;<br> +                          *arm64*|*aarch64*)<br> +                                  add_make "PLATFORM_SHORT_ARCH := arm64"<br> +                                   ;;<br>                            *arm*)<br>                                        add_make "PLATFORM_SHORT_ARCH := armv7"<br>                                     add_make_enabled "HAVE_NEON" "HAVE_ARMV7A"<br>                                        ;;<br> -                          *arm64*|*aarch64*)<br> -                                  add_make "PLATFORM_SHORT_ARCH := arm64"<br> -                                   ;;<br>                            *x86_64*)<br>                                     add_make "PLATFORM_SHORT_ARCH := x86_64"<br>                                    ;;<br> -- <br> 2.20.1 (Apple Git-117)<hr> vlc-devel mailing list<br> To unsubscribe or modify your subscription options:<br> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez <br>excuser ma brièveté._______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote><hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>