From 87b834535aa4043dfc03657618b89948cbd0f8b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Apr 2018 16:41:31 -0400 Subject: [PATCH] copy info from comment on install/Android --- ...ent_6_059393465b26596c0af8cfaaef46c11d._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/android__58___cannot_link_executable/comment_6_059393465b26596c0af8cfaaef46c11d._comment diff --git a/doc/bugs/android__58___cannot_link_executable/comment_6_059393465b26596c0af8cfaaef46c11d._comment b/doc/bugs/android__58___cannot_link_executable/comment_6_059393465b26596c0af8cfaaef46c11d._comment new file mode 100644 index 0000000000..8563f0d709 --- /dev/null +++ b/doc/bugs/android__58___cannot_link_executable/comment_6_059393465b26596c0af8cfaaef46c11d._comment @@ -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. + + +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. +"""]]