83ba88
diff -up firefox-78.2.0/security/nss/lib/freebl/freebl.gyp.rhel6-abiv2-mozbz1642174 firefox-78.2.0/security/nss/lib/freebl/freebl.gyp
83ba88
--- firefox-78.2.0/security/nss/lib/freebl/freebl.gyp.rhel6-abiv2-mozbz1642174	2020-09-12 08:29:08.527410514 +0200
83ba88
+++ firefox-78.2.0/security/nss/lib/freebl/freebl.gyp	2020-09-12 08:42:26.279064334 +0200
83ba88
@@ -259,7 +259,7 @@
83ba88
       'type': 'static_library',
83ba88
       'sources': [
83ba88
         'gcm-ppc.c',
83ba88
-        'sha512-p8.s',
83ba88
+        #'sha512-p8.s',
83ba88
       ],
83ba88
       'dependencies': [
83ba88
         '<(DEPTH)/exports.gyp:nss_exports'
83ba88
diff -up firefox-78.2.0/security/nss/lib/freebl/Makefile.rhel6-abiv2-mozbz1642174 firefox-78.2.0/security/nss/lib/freebl/Makefile
83ba88
--- firefox-78.2.0/security/nss/lib/freebl/Makefile.rhel6-abiv2-mozbz1642174	2020-08-17 20:34:06.000000000 +0200
83ba88
+++ firefox-78.2.0/security/nss/lib/freebl/Makefile	2020-09-12 08:28:08.089142990 +0200
83ba88
@@ -267,9 +267,12 @@ ifeq ($(CPU_ARCH),arm)
83ba88
 endif
83ba88
 ifeq ($(CPU_ARCH),ppc)
83ba88
     EXTRA_SRCS += gcm-ppc.c
83ba88
-    ASFILES += sha512-p8.s
83ba88
 ifdef USE_64
83ba88
     DEFINES += -DNSS_NO_INIT_SUPPORT
83ba88
+		#PPC_ABI := $(shell $(CC) -dM -E - < /dev/null | awk '$$2 == "_CALL_ELF" {print $$3}')
83ba88
+   # ifeq ($(PPC_ABI),2)
83ba88
+   #     ASFILES += sha512-p8.s
83ba88
+   # endif		
83ba88
 endif # USE_64
83ba88
 endif # ppc
83ba88
 endif # Linux