Handle amd64 (x86_64) on NetBSD in xpcom18a4 At the moment head only for the amd64 support.
This patch is MIT-licensed.
Handle amd64 (x86_64) on NetBSD in xpcom18a4
At the moment head only for the amd64 support.
This patch is MIT-licensed.
Index: src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.h
===================================================================
--- src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.h (wersja 63343)
+++ src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.h (kopia robocza)
@@ -57,6 +57,8 @@
#elif defined(__arm32__) || defined(__arm__) || defined(__armel__) \
|| defined(__armeb__)
#define _PR_SI_ARCHITECTURE "arm"
+#elif defined(__x86_64__)
+#define _PR_SI_ARCHITECTURE "x86_64"
#endif
#if defined(__ELF__)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
