Bug 1879656: add support for OpenBSD/riscv64 in xpcom r=glandium DONTBUILD
reuse the linux files, they just work on OpenBSD Differential Revision: https://phabricator.services.mozilla.com/D201318
This commit is contained in:
@@ -259,7 +259,7 @@ if CONFIG["OS_ARCH"] == "Linux":
|
||||
"-fno-integrated-as",
|
||||
]
|
||||
|
||||
if CONFIG["OS_ARCH"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64":
|
||||
if CONFIG["OS_ARCH"] in ("Linux", "OpenBSD") and CONFIG["TARGET_CPU"] == "riscv64":
|
||||
SOURCES += [
|
||||
"xptcinvoke_asm_riscv64.S",
|
||||
"xptcinvoke_riscv64.cpp",
|
||||
|
||||
Reference in New Issue
Block a user