summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-10-13 01:36:06 -0400
committerJoey Hess <joeyh@joeyh.name>2018-10-13 01:41:11 -0400
commit38d691a10febf9590dd3639defa0e4f38ec3648c (patch)
tree0e0a6c245f27bb240fc294dea63ef662e583b2dc /standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch
parentaaa841e60a55524c3efb5e9783b8e6074d2413cc (diff)
removed the old Android app
Running git-annex linux builds in termux seems to work well enough that the only reason to keep the Android app would be to support Android 4-5, which the old Android app supported, and which I don't know if the termux method works on (although I see no reason why it would not). According to [1], Android 4-5 remains on around 29% of devices, down from 51% one year ago. [1] https://www.statista.com/statistics/271774/share-of-android-platforms-on-mobile-devices-with-android-os/ This is a rather large commit, but mostly very straightfoward removal of android ifdefs and patches and associated cruft. Also, removed support for building with very old ghc < 8.0.1, and with yesod < 1.4.3, and without concurrent-output, which were only being used by the cross build. Some documentation specific to the Android app (screenshots etc) needs to be updated still. This commit was sponsored by Brett Eisenberg on Patreon.
Diffstat (limited to 'standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch')
-rw-r--r--standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch b/standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch
deleted file mode 100644
index efee692b51..0000000000
--- a/standalone/android/haskell-patches/primitive_0.5.3.0_0001-disable-i386-opt-stuff-to-allow-cross-compilation.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ff2d1519fb294a123636ac6bd80e50741922c856 Mon Sep 17 00:00:00 2001
-From: dummy <dummy@example.com>
-Date: Sun, 25 May 2014 09:41:13 +0200
-Subject: [PATCH] disable i386 opt stuff to allow cross-compilation
-
----
- primitive.cabal | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/primitive.cabal b/primitive.cabal
-index 9651dfd..b655e8d 100644
---- a/primitive.cabal
-+++ b/primitive.cabal
-@@ -47,8 +47,6 @@ Library
- cc-options: -O3 -fomit-frame-pointer -Wall
- if !os(solaris)
- cc-options: -ftree-vectorize
-- if arch(i386) || arch(x86_64)
-- cc-options: -msse2
-
- source-repository head
- type: git
---
-2.0.0.rc2
-