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