[vbox-dev] NetBSD patch 0001: Add NetBSD x86_64 support in xpcom18a4/nsprpub

Kamil Rytarowski n54 at gmx.com
Sun Jul 10 14:31:28 GMT 2016


Add NetBSD x86_64 support in xpcom18a4/nsprpub

This patch is MIT-licensed.

Author: Kamil Rytarowski
-------------- next part --------------
Add NetBSD x86_64 support in xpcom18a4/nsprpub

This patch is MIT-licensed.

Author: Kamil Rytarowski

Index: src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg
===================================================================
--- src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg	(wersja 62125)
+++ src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg	(kopia robocza)
@@ -140,7 +140,7 @@
 #define PR_ALIGN_OF_DOUBLE  8
 #define PR_ALIGN_OF_POINTER 4
 
-#elif defined(__alpha__)
+#elif defined(__alpha__) || defined(__x86_64__)
 #define IS_LITTLE_ENDIAN 1
 #undef  IS_BIG_ENDIAN
 #define	HAVE_LONG_LONG
-------------- 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/20160710/7fab9b78/attachment.sig>


More information about the vbox-dev mailing list