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