mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
14 lines
478 B
Plaintext
14 lines
478 B
Plaintext
Build Linux aarch64 code in XPTCALL also on BSDs
|
|
|
|
--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2017-11-14 14:36:13 UTC
|
|
+++ xpcom/reflect/xptcall/md/unix/moz.build
|
|
@@ -143,7 +143,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
|
|
'xptcstubs_netbsd_m68k.cpp'
|
|
]
|
|
|
|
-if CONFIG['OS_ARCH'] == 'Linux':
|
|
+if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
|
|
if CONFIG['OS_TEST'] == 'aarch64':
|
|
SOURCES += [
|
|
'xptcinvoke_aarch64.cpp',
|