diff options
Diffstat (limited to 'community/firefox-esr/discard-x86-precision-musl.patch')
-rw-r--r-- | community/firefox-esr/discard-x86-precision-musl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/firefox-esr/discard-x86-precision-musl.patch b/community/firefox-esr/discard-x86-precision-musl.patch deleted file mode 100644 index 0a5aa4721d..0000000000 --- a/community/firefox-esr/discard-x86-precision-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/js/src/jsnum.cpp -+++ b/js/src/jsnum.cpp -@@ -1120,7 +1120,7 @@ - void - js::FIX_FPU() - { --#if (defined __GNUC__ && defined __i386__) || \ -+#if (defined __GLIBC__ && defined __i386__) || \ - (defined __SUNPRO_CC && defined __i386) - short control; - asm("fstcw %0" : "=m" (control) : ); |