Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 09:44:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 239193] lang/ghc: fix build on powerpc64 elfv1
Message-ID:  <bug-239193-16154-6f1fzACIAd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239193-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239193-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239193

--- Comment #4 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
(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 =3D=3D 1)
^^ This allows to build it.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239193-16154-6f1fzACIAd>