2a552a
diff -up firefox-91.0.1/python/mozbuild/mozbuild/frontend/context.py.rhel7-nasm firefox-91.0.1/python/mozbuild/mozbuild/frontend/context.py
2a552a
--- firefox-91.0.1/python/mozbuild/mozbuild/frontend/context.py.rhel7-nasm	2021-08-31 08:02:10.814740774 +0200
2a552a
+++ firefox-91.0.1/python/mozbuild/mozbuild/frontend/context.py	2021-08-31 08:04:03.967146994 +0200
2a552a
@@ -420,7 +420,7 @@ class AsmFlags(BaseCompileFlags):
2a552a
                 if self._context.config.substs.get("OS_ARCH") == "WINNT":
2a552a
                     debug_flags += ["-F", "cv8"]
2a552a
                 elif self._context.config.substs.get("OS_ARCH") != "Darwin":
2a552a
-                    debug_flags += ["-F", "dwarf"]
2a552a
+                    debug_flags += ["-f", "elf32"]
2a552a
             elif (
2a552a
                 self._context.config.substs.get("OS_ARCH") == "WINNT"
2a552a
                 and self._context.config.substs.get("CPU_ARCH") == "aarch64"