xptcall-integrated-as.patch 744 B

12345678910111213141516171819202122
  1. commit 026a5feb719d69a44f984048cb9cdf296fb15801
  2. Author: Daniel Kolesa <daniel@octaforge.org>
  3. Date: Mon Aug 22 23:42:54 2022 +0200
  4. use integrated-as on ppc64
  5. diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build
  6. index 1779c14..cd4595c 100644
  7. --- a/xpcom/reflect/xptcall/md/unix/moz.build
  8. +++ b/xpcom/reflect/xptcall/md/unix/moz.build
  9. @@ -187,10 +187,6 @@ if CONFIG["CPU_ARCH"] == "ppc64":
  10. "xptcstubs_asm_ppc64_linux.S",
  11. "xptcstubs_ppc64_linux.cpp",
  12. ]
  13. - if CONFIG["CC_TYPE"] == "clang":
  14. - ASFLAGS += [
  15. - "-fno-integrated-as",
  16. - ]
  17. if CONFIG["OS_ARCH"] == "OpenBSD" and CONFIG["CPU_ARCH"] == "ppc":
  18. SOURCES += [