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