copy info from comment on install/Android

This commit is contained in:
Joey Hess 2018-04-16 16:41:31 -04:00
parent 32bf25be3d
commit 87b834535a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 6"""
date="2018-04-16T20:36:19Z"
content="""
Apparently this might have to do with ghc passing -no-pie to GCC,
and they added a -fPIE flag to request a PIE.
<https://ghc.haskell.org/trac/ghc/ticket/13702>
Since the git-annex for android autobuilder uses a hacked up ghc
cross compiler for android, which is quite out of date, that would need to
be updated, as well as probably refeshing all the cabal library patches and
hacks for android.
"""]]