[Bug 239193] lang/ghc: fix build on powerpc64 elfv1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 16 16:17:57 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239193

--- Comment #9 from mikael.urankar at gmail.com ---
(In reply to Piotr Kubaj from comment #4)
> (In reply to mikael.urankar from comment #3)
> Putting error doesn't break the build.
> 
> -+#if defined(ELF_V1)
> ++#if defined(_CALL_ELF) && (_CALL_ELF == 1)
> ^^ This allows to build it.

can you do the same for ELF_V2? : #if defined(_CALL_ELF) && (_CALL_ELF == 2)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-haskell mailing list