[vbox-dev] NetBSD patch 0019: Handle amd64 (x86_64) on NetBSD in xpcom18a4
Kamil Rytarowski
n54 at gmx.com
Sat Aug 13 15:40:09 UTC 2016
Handle amd64 (x86_64) on NetBSD in xpcom18a4
At the moment head only for the amd64 support.
This patch is MIT-licensed.
-------------- next part --------------
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__)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160813/31b032cb/attachment.sig>
More information about the vbox-dev
mailing list