[Rpm-maint] [rpm-software-management/rpm] Support building on arm64 macOS (#1460)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Wed Dec 16 13:39:40 UTC 2020


@Conan-Kudo requested changes on this pull request.



> @@ -1039,6 +1039,8 @@ static void defaultMachine(rpmrcCtx ctx, const char ** arch, const char ** os)
 	    strcpy(un.machine, "i386");
 #elif defined(__x86_64__)
 	    strcpy(un.machine, "x86_64");
+#elif defined(__arm64__)

The preferred define from ARM is `__aarch64__`, can you change to that?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1460#pullrequestreview-553692936
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201216/cbf1d12b/attachment.html>


More information about the Rpm-maint mailing list