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