summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-12 14:24:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-12 14:24:53 -0400
commit6b1536a9af254d4f010fcc8acf11262154b90bdd (patch)
tree4fec56faf10a12c9f716838a2c923d3c86cd5aa9 /git-annex.cabal
parentef4d1f04322d9af0239222e13cd782d01c1e6d05 (diff)
separate android 4.0 and 4.3 builds needed
Also, parameterize the abdroid abi version
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 905b77f97..848477c18 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -131,8 +131,6 @@ Executable git-annex
if flag(Android)
Build-Depends: data-endian
CPP-Options: -D__ANDROID__
- -- Avoid R_ARM_COPY problem which breaks Android linker
- GHC-Options: -optl-z -optlnocopyreloc
if flag(Assistant)
if os(linux) && flag(Inotify)