summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1125580
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1125580')
-rw-r--r--www/firefox/files/patch-bug112558013
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/files/patch-bug1125580 b/www/firefox/files/patch-bug1125580
deleted file mode 100644
index 1495a4567d63..000000000000
--- a/www/firefox/files/patch-bug1125580
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git js/src/jit/arm/Architecture-arm.cpp js/src/jit/arm/Architecture-arm.cpp
-index fe1373b..76641aa 100644
---- js/src/jit/arm/Architecture-arm.cpp
-+++ js/src/jit/arm/Architecture-arm.cpp
-@@ -16,7 +16,7 @@
- #include "jit/arm/Assembler-arm.h"
- #include "jit/RegisterSets.h"
-
--#if defined(ANDROID) || defined(JS_ARM_SIMULATOR)
-+#if !defined(__linux__) || defined(ANDROID) || defined(JS_ARM_SIMULATOR)
- // The Android NDK and B2G do not include the hwcap.h kernel header, and it is not
- // defined when building the simulator, so inline the header defines we need.
- # define HWCAP_VFP (1 << 6)