summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2016-10-05 22:13:08 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2016-10-05 23:50:42 +0000
commit18b4a41b2bf7b3cd9a863563fe791eb41a66a14b (patch)
tree32031419d0f0d42baf91e5d4b5437a04db1a0907 /sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p
parent9f08355d74157e94da3fa162677e3c001c6dffc6 (diff)
downloadtoolchains-18b4a41b2bf7b3cd9a863563fe791eb41a66a14b.tar.gz
toolchains-18b4a41b2bf7b3cd9a863563fe791eb41a66a14b.tar.bz2
SDK: remove spidermonkey and nspr
Diffstat (limited to 'sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p')
-rw-r--r--sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p32
1 files changed, 0 insertions, 32 deletions
diff --git a/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p b/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p
deleted file mode 100644
index 29bc2c2..0000000
--- a/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/Platform.h.p
+++ /dev/null
@@ -1,32 +0,0 @@
---- js/src/assembler/wtf/Platform.h.orig 2011-03-31 20:08:36.000000000 +0100
-+++ js/src/assembler/wtf/Platform.h 2012-11-08 14:48:57.000000000 +0000
-@@ -188,6 +188,7 @@
- #elif !defined(__ARM_EABI__) \
- && !defined(__EABI__) \
- && !defined(__VFP_FP__) \
-+ && !defined(__riscos__) \
- && !defined(ANDROID)
- #define WTF_CPU_MIDDLE_ENDIAN 1
-
-@@ -232,6 +233,7 @@
-
- #endif
-
-+#ifndef __riscos__
- /* Set WTF_THUMB_ARCH_VERSION */
- #if defined(__ARM_ARCH_4T__)
- #define WTF_THUMB_ARCH_VERSION 1
-@@ -263,6 +265,13 @@
- #define WTF_THUMB_ARCH_VERSION 0
- #endif
-
-+#else
-+
-+#define WTF_THUMB_ARCH_VERSION 0
-+#define WTF_PLATFORM_RISCOS 1
-+#define WTF_CPU_ARM_TRADITIONAL 0
-+
-+#endif
-
- /* CPU(ARMV5_OR_LOWER) - ARM instruction set v5 or earlier */
- /* On ARMv5 and below the natural alignment is required.