Skip to content

Commit

Permalink
main/thunderbird: fix as patch location
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Oct 3, 2024
1 parent c88271f commit 6a83700
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main/thunderbird/patches/xptcall-integrated-as.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/
index 1779c14..cd4595c 100644
--- a/xpcom/reflect/xptcall/md/unix/moz.build
+++ b/xpcom/reflect/xptcall/md/unix/moz.build
@@ -110,10 +110,6 @@ if CONFIG["OS_ARCH"] in ("Linux", "FreeBSD", "NetBSD", "OpenBSD"):
"xptcstubs_asm_mips64.S",
"xptcstubs_mips64.cpp",
@@ -143,10 +143,6 @@
"xptcstubs_asm_ppc64_linux.S",
"xptcstubs_ppc64_linux.cpp",
]
- if CONFIG["CC_TYPE"] == "clang":
- ASFLAGS += [
- "-fno-integrated-as",
- ]
if CONFIG["TARGET_CPU"] == "mips32":
SOURCES += [
"xptcinvoke_asm_mips.S",

if CONFIG["OS_ARCH"] == "OpenBSD" and CONFIG["TARGET_CPU"] == "ppc":
SOURCES += [

0 comments on commit 6a83700

Please sign in to comment.