diff options
Diffstat (limited to 'repos/clang/firefox/xptcall-integrated-as.patch')
| -rw-r--r-- | repos/clang/firefox/xptcall-integrated-as.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/repos/clang/firefox/xptcall-integrated-as.patch b/repos/clang/firefox/xptcall-integrated-as.patch deleted file mode 100644 index 5faa7100..00000000 --- a/repos/clang/firefox/xptcall-integrated-as.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 026a5feb719d69a44f984048cb9cdf296fb15801 -Author: q66 <q66@chimera-linux.org> -Date: Mon Aug 22 23:42:54 2022 +0200 - - use integrated-as on ppc64 - -diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build -index 1779c14..cd4595c 100644 ---- a/xpcom/reflect/xptcall/md/unix/moz.build -+++ b/xpcom/reflect/xptcall/md/unix/moz.build -@@ -143,10 +143,6 @@ - "xptcstubs_asm_ppc64_linux.S", - "xptcstubs_ppc64_linux.cpp", - ] -- if CONFIG["CC_TYPE"] == "clang": -- ASFLAGS += [ -- "-fno-integrated-as", -- ] - - if CONFIG["OS_ARCH"] == "OpenBSD" and CONFIG["TARGET_CPU"] == "ppc": - SOURCES += [ |