Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 16:17:56 +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-PZ6FJbMy3S@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 #9 from mikael.urankar@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.
>=20
> -+#if defined(ELF_V1)
> ++#if defined(_CALL_ELF) && (_CALL_ELF =3D=3D 1)
> ^^ This allows to build it.

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

--=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-PZ6FJbMy3S>