summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1330119
blob: 012282795220bcbeec7836aea2b17dcfc4858f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
index 019487bd69a2..a54026e70412 100644
--- xpcom/reflect/xptcall/md/unix/moz.build
+++ xpcom/reflect/xptcall/md/unix/moz.build
@@ -151,7 +151,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',