
28 Dec
2017
28 Dec
'17
1:13 p.m.
Alberto Valverde
I think you need place the build.mk in it's place before running GHC's configure script.
AFAICT this shouldn't be necessary; build.mk is only looked at by make.
On Thu, Dec 28, 2017 at 12:44 PM, Viacheslav Lotsmanov < lotsmanov89@gmail.com> wrote:
Now I took my build.mk and just replaced lines with SRC_HC_OPTS and SRC_CC_OPTS with ones from your example:
SRC_HC_OPTS += -fPIC SRC_CC_OPTS += -fPIC
I have a build running to reproduce this. I'll let you know what I find. Cheers, - Ben