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