<html><head></head><body>That sort of automatically detectable stuff is supposed to be in the Makefiles, like e.g. get-arch.sh<br><br><div class="gmail_quote">Le 5 juin 2019 17:15: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">If the *arm* case come before the arm64 case, it would always match 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>                                    ;;</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>